Skip to content

Commit cc110b4

Browse files
author
Martynas Žilinskas
committed
Renamed g to o argument.
1 parent c3fe3dd commit cc110b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arguments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default yargs
1717
type: 'string'
1818
})
1919
.option('outDir', {
20-
alias: 'g',
20+
alias: 'o',
2121
describe: 'Where generate JS files.',
2222
type: 'string'
2323
})

0 commit comments

Comments
 (0)