Skip to content

Commit

Permalink
fix: snyk auth command
Browse files Browse the repository at this point in the history
  • Loading branch information
gitphill committed Aug 8, 2020
1 parent c46a4c8 commit 26f96e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export enum SupportedCliCommands {
version = 'version',
help = 'help',
// config = 'config', // TODO: cleanup `$ snyk config` parsing logic before adding it here
auth = 'auth',
// auth = 'auth', // TODO: auth does not support argv._ at the moment
test = 'test',
monitor = 'monitor',
protect = 'protect',
Expand Down

0 comments on commit 26f96e7

Please sign in to comment.