We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9ee68 commit a0236a5Copy full SHA for a0236a5
db_diff/cli.py
@@ -48,6 +48,7 @@ def load(filename, key, input_format, encoding="utf-8"):
48
context_settings={"help_option_names": ["-h", "--help"]},
49
help="Compare the differences between two CSV or JSON files to find differences.",
50
epilog="Example: db-diff old.csv new.csv --key=Id --output=jsonfile --outfilename=diff.json",
51
+ no_args_is_help=True,
52
)
53
@click.argument(
54
"previous",
0 commit comments