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
Say I have mycommand foo and mycommand bar. The way clize is written now, I have to write, when invoking mycommand, either ./mycommand foo --debug or ./mycommand bar --debug and can't write ./mycommand --debug foo. It'd be nice to be able to somehow specify common arguments that applied to all commands in a dispatch set.
The text was updated successfully, but these errors were encountered:
Say I have
mycommand foo
andmycommand bar
. The way clize is written now, I have to write, when invokingmycommand
, either./mycommand foo --debug
or./mycommand bar --debug
and can't write./mycommand --debug foo
. It'd be nice to be able to somehow specify common arguments that applied to all commands in a dispatch set.The text was updated successfully, but these errors were encountered: