explo
explo copied to clipboard
RFE: Support for command line arguments
Hi,
would be great to have the ability to provide content to the scripts as command line arguments.
Example:
# explo login.yaml username password
# explo api_abuse.yaml auth_token
Inside the script you can access the values like $1, $2, etc.
Thanks for your consideration and keep it up! :)
I like this idea. When I find some free time I will see how I can implement it.