Skip to content

Commit e9ce6ed

Browse files
authored
fix: update conflict option in get_schema command from 'file-path' to 'file' (#9)
1 parent 3423c7d commit e9ce6ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/get_schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const get_schema_command = new Command()
2121
.option(
2222
"-o, --output-dir <file:string>",
2323
"The directory where to save the schema file. Using this option will name the file with the following format: <baseId>_schema_<timestamp>.json. Default is './output/'.",
24-
{ conflicts: ["file-path"] }
24+
{ conflicts: ["file"] }
2525
)
2626
.option(
2727
"-f, --file <file:string>",

0 commit comments

Comments
 (0)