Skip to content

Commit

Permalink
feat(tsbb): Add file-names alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 1, 2021
1 parent 6724a4b commit d1206b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tsbb/src/cli.ts
Expand Up @@ -23,6 +23,7 @@ const argv: ArgvArguments = parser(process.argv.slice(2), {
output: ['o'],
help: ['h'],
version: ['v'],
'file-names': ['f'],
},
});

Expand Down

0 comments on commit d1206b6

Please sign in to comment.