Skip to content

Commit

Permalink
improvement(cmd): add alias for proxy (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeucano authored Feb 14, 2020
1 parent a177a30 commit a3621c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scully/utils/cli-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const {proxyConfigFile} = yargs
.default('proxy', undefined)
.alias('proxy', 'proxyConfigFile')
.alias('proxy', 'proxyConfig')
.alias('proxy-config', 'proxyConfig')
.describe('proxy', 'Load proxy config from file').argv;

export const {hostName} = yargs
Expand Down

0 comments on commit a3621c8

Please sign in to comment.