Skip to content

Commit b3edff1

Browse files
committed
Fixed warning
1 parent 210e4c7 commit b3edff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def cmd_wrapper(cmd2_app, statement: Union[Statement, str]):
177177
return arg_decorator
178178

179179

180+
# noinspection PyProtectedMember
180181
def set_parser_prog(parser: argparse.ArgumentParser, prog: str):
181182
"""
182183
Recursively set prog attribute of a parser and all of its subparsers so that the root command

0 commit comments

Comments
 (0)