Skip to content

Commit 0deca66

Browse files
committed
file format in confing would not be default, now is
1 parent 2f1b20f commit 0deca66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exportify-cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def format_usage(self, ctx, formatter) -> None:
479479
"--format",
480480
"format_param",
481481
type=click.Choice(["csv", "json"]),
482-
default="csv",
482+
default=None,
483483
help="Output file format (if omitted, defaults to 'csv').",
484484
)
485485
@optgroup.option(

0 commit comments

Comments
 (0)