srele96 / run-them-all

Allows you to save the series of commands to a configuration and run them all easily.
MIT License
0 stars 1 forks source link

pass cli arguments to the command #3

Closed srele96 closed 2 years ago

srele96 commented 2 years ago

Examples:

The saved commands are start and test

The start command receives a, b, and c arguments.

run-them-all start a b c test

Something like that.

srele96 commented 2 years ago

Closing because I opened another Issue with a better description.