wilfred:passout> passout ls
Traceback (most recent call last):
File "/home/edd/eck2/bin/passout", line 108, in <module>
entrypoint()
File "/home/edd/eck2/bin/passout", line 105, in entrypoint
args.func(args, expand=True)
File "/home/edd/.local/lib/python2.7/site-packages/argspander/__init__.py", line 77, in _inner
return func(*args, **kwargs)
TypeError: cmd_ls() takes no arguments (2 given)
In PassOut we have the function:
The args are not used, so we should be able to do:
But alas: