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

add support for varargs help message #137

Closed hzpc-joostk closed 1 year ago

hzpc-joostk commented 4 years ago

adds help from varargs annotations

follow up of 3eecce3a45756ec5eff607e48b6b6c37364ed6e2 and #29

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.1%) to 93.186% when pulling 5cb37dcbee8f27ac7e7a5662be1af6a62c8407bf on hzpc-joostk:patch-1 into dcd3253f2994400a6a58a700c118c53765bc50a4 on neithere:master.

hzpc-joostk commented 4 years ago

If wanted, I could add a test for this similar to test_annotation().

hzpc-joostk commented 4 years ago

Ah. Not maintained. Got it!

neithere commented 1 year ago

Help in annotations is deprecated in favour of the proper application of those, please see #107.