forked from jedbrown/git-fat
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
When one invokes git fat without any specific subcommand it is an error, the corresponding out message should be human-readable. Currently the error is:
leoll2:~/aaa > git fat
Traceback (most recent call last):
File "/usr/local/bin/git-fat", line 1160, in <module>
run_command(**kwargs)
File "/usr/local/bin/git-fat", line 1076, in run_command
fn = kwargs.pop('func').replace("-", "_")
KeyError: 'func'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request