We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !
Is it possible to add the possibility to specify a result of a command as the value of a parameter ?
Like that but not only for a list values.
{ "name": "Reload the current profile", "value": { "script": "cat /tmp/current_profile.txt" } }
The text was updated successfully, but these errors were encountered:
Hi @csphoenix1, do you mean for constants and default values?
Sorry, something went wrong.
Hi @bugy
Yes for constant and default value, exactly.
#141 extracting parameter config from script_config
927a290
#141 renamed file to better reflect its purpose
7cc0627
#141 cleaned up parameter and script config files after spliting
760d929
#141 added possibility to use scripts for parameter default values
9a8e527
Done. Usage example:
"default": { "script": "shuf -i 10000-99999 -n 1" }
No branches or pull requests
Hi !
Is it possible to add the possibility to specify a result of a command as the value of a parameter ?
Like that but not only for a list values.
{ "name": "Reload the current profile", "value": { "script": "cat /tmp/current_profile.txt" } }
The text was updated successfully, but these errors were encountered: