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
I'm wondering if it is possible at all to be able to run like ./myprog cmd1 cmd2 ... using this library? The modes things returns a single command, so maybe not ?
The text was updated successfully, but these errors were encountered:
Each invocation returns only one mode. If you just want to collect individual names, you could treat them as arguments to a single mode. If you want multiple successive modes and arguments then you'll probably have to figure out how to split the arguments and then call cmdargs multiple times.
I'm wondering if it is possible at all to be able to run like
./myprog cmd1 cmd2 ...
using this library? Themodes
things returns a single command, so maybe not ?The text was updated successfully, but these errors were encountered: