We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a553e commit bd02bb3Copy full SHA for bd02bb3
1 file changed
rimport
@@ -72,6 +72,9 @@ def build_parser() -> argparse.ArgumentParser:
72
),
73
)
74
75
+ # Provide -help to mirror legacy behavior
76
+ parser.add_argument("-help", action="help", help=argparse.SUPPRESS)
77
+
78
return parser
79
80
0 commit comments