pindexis / marker

The terminal command palette
MIT License
2.02k stars 106 forks source link

Traceback when marker is called with no arguments #24

Open langston-barrett opened 8 years ago

langston-barrett commented 8 years ago

Maybe the help text should be shown instead?

dotfiles ➤ marker
Traceback (most recent call last):
  File "/home/siddharthist/.local/share/marker-git/bin/marker", line 65, in <module>
    parse_arguments()
  File "/home/siddharthist/.local/share/marker-git/bin/marker", line 31, in parse_arguments
    return args.func(args)
AttributeError: 'Namespace' object has no attribute 'func'