Running "bedup" with no subcommand, I'd expect it to either do something simple and harmless (print out current status, for example), or print out a help screen telling me what I should have done instead. Currently, I get this:
Traceback (most recent call last):
File "/root/.bedup-env/bin/bedup", line 9, in <module>
load_entry_point('bedup==0.0.8', 'console_scripts', 'bedup')()
File "/root/.bedup-env/lib/python3.3/site-packages/bedup/__main__.py", line 437, in script_main
sys.exit(main(sys.argv))
File "/root/.bedup-env/lib/python3.3/site-packages/bedup/__main__.py", line 426, in main
return args.action(args)
AttributeError: 'Namespace' object has no attribute 'action'
Running "bedup" with no subcommand, I'd expect it to either do something simple and harmless (print out current status, for example), or print out a help screen telling me what I should have done instead. Currently, I get this: