issues
search
ThomasWaldmann
/
argparse
python argparse, pypi version (moved from google code)
Other
59
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
The description of optional arguments which takes values is not same as the (true/false) based ones since it's name is appearing twice.
#104
vatsa287
closed
4 years ago
1
parsing only a subset and leave all other checks undone
#103
ghost
closed
5 years ago
3
What does the comments "We have to allow for ..." means?
#102
cgsdfc
closed
5 years ago
3
How to filepath location as command line argument
#101
ghost
closed
6 years ago
1
Poll: why are you using argparse from pypi (or from here) these days?
#100
ThomasWaldmann
closed
3 years ago
3
argparse ArgumentParser(allow_abbrev=True) not documented on web
#99
jrbrearley
closed
6 years ago
1
argparse WBN if default values displayed in -h message
#98
jrbrearley
closed
6 years ago
1
Convert to python2/3 compatible
#97
ralic
closed
7 years ago
2
AssertionError: assert ' '.join(pos_parts) == pos_usage
#96
petriborg
closed
7 years ago
3
Issue with argument_group and required add_mutually_exclusive_group
#95
pneff
closed
3 years ago
2
Split """" into string marker """ and literal "
#94
jayvdb
closed
9 years ago
2
Is " if option_string.startswith(option_prefix): " a special design in _get_option_tuples()?
#93
dongdxf
closed
9 years ago
3
Backport allow_abbrev option from Python 3.5
#92
jd
closed
7 years ago
9
Argparse 1.4.0 doesn't have a wheel on PyPI: causes get-pip.py failures.
#91
nedbat
closed
9 years ago
2
.add_mutually_exclusive_group() only works when child of parser but not when a child of argument group
#90
GoogleCodeExporter
closed
9 years ago
1
pypi version does not handle empty arguments when fromfile_prefix_chars set (python issue 12353)
#89
GoogleCodeExporter
closed
9 years ago
1
Bug with negative numbers in scientific notation
#88
GoogleCodeExporter
closed
9 years ago
1
Serious issues with nested mutex groups in help output
#87
GoogleCodeExporter
closed
9 years ago
2
`choices=[...]` overrides `nargs='*'`
#86
GoogleCodeExporter
closed
9 years ago
1
Argparse is not testable with nosetest
#85
GoogleCodeExporter
closed
9 years ago
1
positional arguments before options cause all options to be in REMAINDER
#84
GoogleCodeExporter
closed
9 years ago
1
When -h is used, default values that fail should not matter
#83
GoogleCodeExporter
closed
9 years ago
2
argparse 1.2 incompatible with Python 3.1
#82
GoogleCodeExporter
closed
9 years ago
10
About this issue tracker
#81
GoogleCodeExporter
closed
3 years ago
2
argparse-1.1.zip is not same archive on pypi / on google code
#80
GoogleCodeExporter
closed
9 years ago
4
re-license argparse package under same license as py 2.7 stdlib argparse code
#79
GoogleCodeExporter
closed
9 years ago
8
add_mutually_exclusive_group more than once has incorrectly formatted help.
#78
GoogleCodeExporter
closed
9 years ago
1
sha1sum of argparse-1.1.zip does not match
#77
GoogleCodeExporter
closed
9 years ago
3
Handling arguments after --
#76
GoogleCodeExporter
closed
9 years ago
3
__all__ is not complete
#75
GoogleCodeExporter
closed
9 years ago
1
Subcommands not printed in the same order they were added
#74
GoogleCodeExporter
closed
9 years ago
4
Parsing multiple merged short options eats characters
#73
GoogleCodeExporter
closed
9 years ago
1
sub command set_defaults behaviour
#72
GoogleCodeExporter
closed
9 years ago
1
Feature Request: Ability to remove argument groups
#71
GoogleCodeExporter
closed
9 years ago
1
Feature Request: Allow exclusion of argument groups from -h output
#70
GoogleCodeExporter
closed
9 years ago
1
Request: Method for prompting for arguments let out
#69
GoogleCodeExporter
closed
9 years ago
2
Value passed to command-line option cannot take a string that includes another command-line option
#68
GoogleCodeExporter
closed
9 years ago
2
Calling add_argument with the wrong number of metavars causes delayed error message.
#67
GoogleCodeExporter
closed
9 years ago
2
Calling add_argument with a sequence as 'type' causes spurious error message.
#66
GoogleCodeExporter
closed
9 years ago
1
Cannot specify 'dest' for positional arguments
#65
GoogleCodeExporter
closed
9 years ago
2
positional arguments with hyphens not correctly mapped to Namespace object attribute with underscores
#64
GoogleCodeExporter
closed
9 years ago
1
Wrap tests are sensitive to terminal size
#63
GoogleCodeExporter
closed
9 years ago
1
Bikeshedding: a specific method for store_true and store_false arguments
#62
GoogleCodeExporter
closed
9 years ago
2
Document that parents must be fully declared before children.
#61
GoogleCodeExporter
closed
9 years ago
1
Incorrect type for default= in add_argument() is silently ignored, should raise exception
#60
GoogleCodeExporter
closed
9 years ago
2
Control flow is lost when overriding error/exit
#59
GoogleCodeExporter
closed
9 years ago
21
Allow title and description arguments for add_mutually_exclusive_group
#58
GoogleCodeExporter
closed
9 years ago
6
'choice' arguments should support default values
#57
GoogleCodeExporter
closed
9 years ago
2
parser.parse_known_args() does not work with subparsers
#56
GoogleCodeExporter
closed
9 years ago
1
add a utilities for shell autocompleters to hook into as well as support for extending completion info
#55
GoogleCodeExporter
closed
9 years ago
7
Next