Skip to content

Commit 26c6a85

Browse files
MishaSeredenkoPushBasedMikhail
and
Mikhail
authored
fix(cli): changed persist format options to array (#153)
closes #95 --------- Co-authored-by: Mikhail <[email protected]>
1 parent d5c97d4 commit 26c6a85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/src/lib/yargs-cli.ts

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export function yargsCli(
4747
.parserConfiguration({
4848
'strip-dashed': true,
4949
} satisfies Partial<ParserConfigurationOptions>)
50+
.array('persist.format')
5051
.options(options);
5152
//.demandCommand(...demandCommand);
5253

0 commit comments

Comments
 (0)