Skip to content

Commit

Permalink
Address more PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stratakis committed Nov 5, 2021
1 parent 9c2091c commit ef2ad1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions barman/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def decorator(func):
return decorator

@command()
def help(args):
def help(args=None):
"""
show this help message and exit
"""
Expand Down Expand Up @@ -818,7 +818,7 @@ def check(args):


@command()
def diagnose(args):
def diagnose(args=None):
"""
Diagnostic command (for support and problems detection purpose)
"""
Expand Down

0 comments on commit ef2ad1c

Please sign in to comment.