Skip to content

Commit

Permalink
add short-form option for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed May 31, 2024
1 parent 63c917f commit bb970a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hubploy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def main():
)

argparser.add_argument(
'-d',
'--debug',
action='store_true',
help='Enable helm debug output'
Expand Down

0 comments on commit bb970a9

Please sign in to comment.