Skip to content

Commit

Permalink
remove short flag and add better description for markdownSubtype sub …
Browse files Browse the repository at this point in the history
…command
  • Loading branch information
aayushmau5 committed Jul 21, 2022
1 parent 504873f commit 374fee3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/diff.ts
Expand Up @@ -35,8 +35,7 @@ export default class Diff extends Command {
options: ['breaking', 'non-breaking', 'unclassified', 'all'],
}),
markdownSubtype: Flags.string({
char: 's',
description: 'output type of changes in markdown format',
description: 'the format of changes made to AsyncAPI document, when diff is generated as markdown',
default: 'json',
options: ['json', 'yaml', 'yml']
}),
Expand Down

0 comments on commit 374fee3

Please sign in to comment.