neithere / argh

An argparse wrapper that doesn't make you say "argh" each time you deal with it.
http://argh.rtfd.org
GNU Lesser General Public License v3.0
369 stars 56 forks source link

Keyword-only arguments support #53

Closed tanriol closed 10 years ago

tanriol commented 10 years ago

Fixes issue #50. No new tests added as they would need Python 3 syntax.

neithere commented 10 years ago

Thanks. My only suggestion before I accept the PR would be to still add a test (your example from #50 would suffice). Obviously, it should come in a form that doesn't raise SyntaxError, like this one. (There are cleaner ways — if you don't mind fiddling with test loaders/collectors; I'm not sure they are worth the effort.) The test should pass, so you'll also need to merge master into the PR.