Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / neithere/argh issues and pull requests
#121 - Cannot change the PARSER_FORMATTER for dispatch_command
Issue -
State: closed - Opened by halloleo over 7 years ago
- 2 comments
Labels: invalid, question
#120 - args, kwargs not working?
Issue -
State: closed - Opened by robnagler over 7 years ago
- 4 comments
Labels: wontfix
#119 - help for *args
Issue -
State: closed - Opened by anntzer almost 8 years ago
- 1 comment
#118 - raising CommandError leaves returncode as 0
Issue -
State: closed - Opened by sanga about 8 years ago
- 4 comments
Labels: bug, component-dispatching
#117 - Feature/docstring parsing
Pull Request -
State: closed - Opened by sanga about 8 years ago
- 6 comments
#116 - fix broken link describing testing in setup.py
Pull Request -
State: closed - Opened by sanga about 8 years ago
- 1 comment
#115 - positional arguments should not lead to removal of short form of keyword arguments
Issue -
State: closed - Opened by anntzer about 8 years ago
- 2 comments
Labels: bug, component-assembling
#114 - Travis builds are broken again
Issue -
State: closed - Opened by neithere about 8 years ago
- 1 comment
Labels: bug
#113 - Fix #111: introspect args behind @wraps decorator
Pull Request -
State: closed - Opened by neithere about 8 years ago
- 7 comments
#112 - Include the license file in packages
Pull Request -
State: closed - Opened by jakirkham about 8 years ago
- 3 comments
#111 - Decorated functions don't introspect through __wrapped__
Issue -
State: closed - Opened by brilee about 8 years ago
- 3 comments
Labels: enhancement, component-assembling, component-dispatching, needs unit tests
#110 - Fix typos
Pull Request -
State: closed - Opened by jwilk about 8 years ago
- 3 comments
#109 - Decorator to parse a Sphinx docstring to obtain arg description
Pull Request -
State: open - Opened by joshlk about 8 years ago
- 3 comments
Labels: enhancement, component-decorators, needs unit tests, looks-like-plugin
#108 - Destination `dest` option throwing error
Issue -
State: closed - Opened by joshlk about 8 years ago
- 1 comment
#107 - Type hinting ("typing" module)
Issue -
State: open - Opened by jacobsvante over 8 years ago
- 12 comments
Labels: enhancement, needs use cases, needs-design
#106 - Hide private args; convert "_"->"-" in *args name.
Pull Request -
State: closed - Opened by anntzer over 8 years ago
- 2 comments
Labels: enhancement, component-assembling
#105 - Fix varkwargs support with _ in required posargs.
Pull Request -
State: closed - Opened by dwf over 8 years ago
- 2 comments
#104 - Bug in the way **kwargs is handled
Issue -
State: closed - Opened by dwf over 8 years ago
#103 - Ability to grab arguments from more than one function
Issue -
State: open - Opened by dwf over 8 years ago
Labels: enhancement, component-assembling, needs use cases, needs unit tests
#102 - argh.decorators.arg documentation unclear
Issue -
State: closed - Opened by ewerybody over 8 years ago
- 3 comments
#101 - Full text of license is missing
Issue -
State: closed - Opened by vlna over 8 years ago
#100 - Allow multiple values for an option
Issue -
State: closed - Opened by gforcada almost 9 years ago
- 2 comments
#99 - Customisable guess logic
Issue -
State: open - Opened by martinpengellyphillips almost 9 years ago
- 3 comments
Labels: enhancement, component-assembling, component-decorators, looks-like-plugin
#98 - Add iocapture to tests_require
Pull Request -
State: closed - Opened by felixonmars almost 9 years ago
#97 - Add mock to tests_require
Pull Request -
State: closed - Opened by felixonmars almost 9 years ago
- 1 comment
#96 - integration test broken on python 2.7.10 (test_unknown_args)
Issue -
State: closed - Opened by anthraxx almost 9 years ago
- 5 comments
#95 - missing git release tag 0.26.1
Issue -
State: closed - Opened by anthraxx almost 9 years ago
- 2 comments
Labels: component-packaging
#94 - Auto-generated `help` command does not appear in docstring
Issue -
State: open - Opened by JacekLach almost 9 years ago
- 1 comment
Labels: enhancement, component-assembling
#93 - Example to pass in STDIN to a command
Issue -
State: closed - Opened by hekaldama about 9 years ago
- 7 comments
#92 - Parameter Documentation via Docstring
Issue -
State: open - Opened by srkunze about 9 years ago
- 6 comments
Labels: enhancement, component-docs, needs use cases, looks-like-plugin
#91 - wheels for argh
Issue -
State: closed - Opened by srkunze about 9 years ago
- 1 comment
Labels: component-packaging
#90 - Specify coverage version for py32
Pull Request -
State: closed - Opened by joequery about 9 years ago
#89 - Let parser name set the program name by default.
Pull Request -
State: closed - Opened by solidsnack about 9 years ago
- 3 comments
Labels: needs unit tests, looks-like-plugin
#88 - ArghParser.add_subcommands
Issue -
State: open - Opened by e3krisztian over 9 years ago
Labels: enhancement, component-assembling
#87 - Added autocommand to the "similar projects" list
Pull Request -
State: closed - Opened by Lucretiel over 9 years ago
Labels: component-docs
#86 - Fix bug with skip_unknown_args=True
Pull Request -
State: closed - Opened by alvinchow86 over 9 years ago
- 3 comments
Labels: bug, component-dispatching, needs use cases, needs unit tests, needs testing
#85 - Interaction test is broken on Python 2.7 if LANG=C
Issue -
State: closed - Opened by mnencia over 9 years ago
- 9 comments
Labels: bug, needs testing, component-interaction
#84 - Use reqs-dev.txt to build the tox environments
Pull Request -
State: closed - Opened by mnencia over 9 years ago
- 1 comment
#83 - Fix unknown_args test failure
Pull Request -
State: closed - Opened by mnencia over 9 years ago
- 3 comments
#81 - Unindent multi-line docstrings for command help
Issue -
State: open - Opened by nithinphilips almost 10 years ago
Labels: enhancement, component-dispatching
#80 - partial objects as commands
Issue -
State: open - Opened by anntzer almost 10 years ago
Labels: enhancement, component-assembling
#79 - Conversion of underscores to dashes in argument names
Issue -
State: open - Opened by anntzer almost 10 years ago
- 3 comments
Labels: enhancement, component-assembling, component-dispatching, needs-design
#73 - Adding toggling decorators and testing
Pull Request -
State: open - Opened by nrhinehart about 10 years ago
- 5 comments
Labels: enhancement, question, component-assembling, component-decorators
#68 - Add workaround for Cython
Pull Request -
State: closed - Opened by neithere over 10 years ago
Labels: env-cython
#63 - Ability to Specify Global Arguments, Reduce Redunancy for Common Argument
Issue -
State: closed - Opened by tychoish over 10 years ago
- 16 comments
Labels: enhancement, question, component-assembling, needs use cases
#57 - Optionally permit unknown args
Issue -
State: closed - Opened by boosh almost 11 years ago
- 4 comments
#26 - Argument groups
Issue -
State: open - Opened by neithere about 11 years ago
- 2 comments
Labels: enhancement, component-assembling