Skip to content

Commit

Permalink
add short versions for quiet and debug flags (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
michiboo committed Apr 25, 2020
1 parent f7a90d7 commit 414f76e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/popper/commands/cmd_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
required=True
)
@click.option(
'-d',
'--debug',
help=(
'Generate detailed messages of what popper does (overrides --quiet)'),
Expand All @@ -40,6 +41,7 @@
required=False
)
@click.option(
'-q',
'--quiet',
help='Do not print output generated by steps.',
required=False,
Expand Down

0 comments on commit 414f76e

Please sign in to comment.