Skip to content

Commit a3621c8

Browse files
authored
improvement(cmd): add alias for proxy (#297)
1 parent a177a30 commit a3621c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scully/utils/cli-options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export const {proxyConfigFile} = yargs
5252
.default('proxy', undefined)
5353
.alias('proxy', 'proxyConfigFile')
5454
.alias('proxy', 'proxyConfig')
55+
.alias('proxy-config', 'proxyConfig')
5556
.describe('proxy', 'Load proxy config from file').argv;
5657

5758
export const {hostName} = yargs

0 commit comments

Comments
 (0)