Skip to content

Add git-style subcommands #3

@christophberger

Description

@christophberger

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.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions