command
command copied to clipboard
git / kubectl like pugin system.
It would be nice to be able to specify a prefix and if a subcommand is not found look for an executable in the PATH that matches prefix-subcommand and execute it if found, passing any args and flags to that executable. Like git and kubectl do.
Maybe this could be implemented through #4 .