You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prog_ The name of the program Defaults to ``os.path.basename(sys.argv[0])``
34
34
usage_ The string describing the program usage
35
-
description_ A brief description of what the program does. Displayed between the usage_ and argument help
35
+
description_ A brief description of what the program does
36
36
epilog_ Additional description of the program after the argument help
37
37
parents_ A list of :class:`ArgumentParser` objects whose arguments should also be included
38
38
formatter_class_ A class for customizing the help output ``argparse.HelpFormatter``
39
39
prefix_chars_ The set of characters that prefix optional arguments Defaults to ``'-'``
40
-
fromfile_prefix_chars_ The set of characters that prefix files from which additional arguments should be read Defaults to ``None`` (meaning arguments will never be treated as file references)
40
+
fromfile_prefix_chars_ The set of characters that prefix files to read additional arguments from Defaults to ``None`` (meaning arguments will never be treated as file references)
41
41
argument_default_ The global default value for arguments
42
42
allow_abbrev_ Allows long options to be abbreviated if the abbreviation is unambiguous ``True`` or ``False`` (default: ``True``)
43
43
conflict_handler_ The strategy for resolving conflicting optionals
0 commit comments