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 55 forks source link

Fix type hint for alias decorator #232

Open augustelalande opened 3 weeks ago

augustelalande commented 3 weeks ago

Basically, the annotation for a stared argument should be the elements of the list, not the list.