Skip to content

Commit

Permalink
update the description of the validate flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSaini101 committed Jun 6, 2024
1 parent c081176 commit 4260d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/validate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class Validate extends Command {
watch: watchFlag(),
...validationFlags(),
score: Flags.boolean({
description: 'Compute the score of the AsyncAPI document',
description: 'Compute the score of the AsyncAPI document, scoring is based on whether the document description, License, server and channels.',
required: false,
default: false
}),
Expand Down

0 comments on commit 4260d66

Please sign in to comment.