Skip to content

Commit

Permalink
possible fix for print tree argument
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Apr 12, 2024
1 parent 441a09d commit 78c6990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmtccmd/config/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def add_default_procedure_arguments(parser_or_subparser: argparse.ArgumentParser
"--print-tree",
dest="print_tree",
nargs="*",
default=False,
help=(
f"Optional arguments [b] [p] [<numMaxDepth>]. Print the command definition tree. You "
f"can{os.linesep}optionally add b to omit descriptions, p to display hidden nodes, "
Expand Down

0 comments on commit 78c6990

Please sign in to comment.