christophberger / start

Start Go command line apps with ease
BSD 3-Clause "New" or "Revised" License
16 stars 0 forks source link

Add git-style subcommands #3

Open christophberger opened 7 years ago

christophberger commented 7 years ago

If a command is not implemented, try finding an executable named <application>-<command> and call it.

Example:
Application name = start, command = now. Command now is not implemented.
User calls start now.
Then search for start-now in $PATH and invoke this command instead, if found.

christophberger commented 6 years ago

3