Traceback (most recent call last):
File "/home/josh/.PyCharm2016.2/config/scratches/scratch_21.py", line 12, in <module>
argh.set_default_command(parser, f)
File "/home/josh/anaconda2/lib/python2.7/site-packages/argh/assembling.py", line 287, in set_default_command
sig=', '.join('/'.join(x) for x in xs)))
argh.exceptions.AssemblingError: f: argument --foo does not fit function signature: -f/--foo
Im using version v0.26.2. Any ideas?
BTW Great package - I've been looking for something like this for a while
Hi,
Im trying to include a 'dest' option:
However im getting an error:
Im using version v0.26.2. Any ideas?
BTW Great package - I've been looking for something like this for a while