Skip to content

Commit

Permalink
fix: update command to take in my messages changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Jan 3, 2023
1 parent d6d44eb commit 0ba6895
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/commands/info/releasenotes/display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ const messages = Messages.loadMessages('@salesforce/plugin-info', 'display');
export default class Display extends SfCommand<DisplayOutput> {
private static helpers = ['stable', 'stable-rc', 'latest', 'latest-rc', 'rc'];

public static readonly summary = messages.getMessage('commandDescription');
public static readonly description = messages.getMessage('commandDescription');
public static readonly summary = messages.getMessage('summary');

public static aliases = ['whatsnew'];

Expand All @@ -44,12 +43,10 @@ export default class Display extends SfCommand<DisplayOutput> {
version: Flags.string({
char: 'v',
summary: messages.getMessage('flags.version.summary'),
description: messages.getMessage('flags.version.description'),
}),
hook: Flags.boolean({
hidden: true,
summary: messages.getMessage('flags.hook.summary'),
description: messages.getMessage('flags.hook.description'),
}),
loglevel,
};
Expand Down

0 comments on commit 0ba6895

Please sign in to comment.