Skip to content

Commit

Permalink
chore: fix command flags description
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed May 30, 2024
1 parent 9ed7f3a commit 6d3296a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default abstract class extends Command {
}),
accessToken: Flags.string({
char: 'a',
description: 'custom access token to use instead of the one used for login',
hidden: false,
required: true,
env: 'CL_CLI_ACCESS_TOKEN',
Expand Down

0 comments on commit 6d3296a

Please sign in to comment.