Skip to content

Commit

Permalink
fix: allow gen command to accept multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
Coobaha committed Nov 19, 2023
1 parent 87b9e75 commit 273d532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/gen.bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { watcher } from './watcher';

yargs(hideBin(process.argv))
.command(
'gen [files]',
'gen [files...]',
'Generates json schemas next to corresponding ts files',
(yargs) =>
yargs
Expand Down

0 comments on commit 273d532

Please sign in to comment.