You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, as far as I can see, if a command has a :runs function, then even if it has :subcommands, they are simply ignored. Is there any way to have :runs functions both for a command and its sub commands?
I mean if we take Git as an example, there is the git remote command which shows remotes, but it also has sub commands, for example git remote add, git remote rename etc.
Is it possible to have this pattern with the current version of cli-matic?
The text was updated successfully, but these errors were encountered:
Hi, as far as I can see, if a command has a
:runs
function, then even if it has:subcommands
, they are simply ignored. Is there any way to have:runs
functions both for a command and its sub commands?I mean if we take Git as an example, there is the
git remote
command which shows remotes, but it also has sub commands, for examplegit remote add
,git remote rename
etc.Is it possible to have this pattern with the current version of cli-matic?
The text was updated successfully, but these errors were encountered: