Skip to content

Commit

Permalink
fix(cli): changed persist format options to array (#153)
Browse files Browse the repository at this point in the history
closes #95

---------

Co-authored-by: Mikhail <mikhail.seradzenka@piercegroup.com>
  • Loading branch information
MishaSeredenkoPushBased and Mikhail authored Oct 25, 2023
1 parent d5c97d4 commit 26c6a85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/lib/yargs-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export function yargsCli(
.parserConfiguration({
'strip-dashed': true,
} satisfies Partial<ParserConfigurationOptions>)
.array('persist.format')
.options(options);
//.demandCommand(...demandCommand);

Expand Down

0 comments on commit 26c6a85

Please sign in to comment.