Skip to content

Commit

Permalink
feat: Allow user to specify a format for stdout, updated help for for…
Browse files Browse the repository at this point in the history
…mat (#242)
  • Loading branch information
Yogesh Tewari committed Aug 2, 2021
1 parent bb6610d commit 3e64e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_validation/cli_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def _configure_run_parser(subparsers):
"--format",
"-fmt",
default="table",
help="Set the format for printing command output",
help="Set the format for printing command output, Supported formats are (text, csv, json, table)",
)


Expand Down

0 comments on commit 3e64e34

Please sign in to comment.