pepkit / divvy

Standardized computing resource configuration
http://divvy.databio.org
BSD 2-Clause "Simplified" License
4 stars 2 forks source link

show help message with no args #35

Closed nsheff closed 5 years ago

nsheff commented 5 years ago

like looper.

> divvy
Traceback (most recent call last):
  File "/home/sheffien/.local/bin/divvy", line 11, in <module>
    load_entry_point('divvy==0.3.3', 'console_scripts', 'divvy')()
  File "/home/sheffien/.local/lib/python3.4/site-packages/divvy/compute.py", line 333, in main
    dcc.activate_package(args.package)
AttributeError: 'Namespace' object has no attribute 'package'

should instead show a help message or something.