climax
climax copied to clipboard
It's confusing that addDefaultCommand isn't *always_runs*.
FOr instance if you do:
./app
it will run, but if you do:
./app --foo bar
It won't. Seems odd.
Maybe the environment mungers shouldn't count as a command? Maybe this goes away when we have more opinions about the subcommand structure?