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
When I use the variable "hosts" in on.config:
$ cat ~/.on.config hosts="foo bar"
then that variable is not available for me afterwards:
$ on hosts list $
and that's because that variable is being used by the "on" script internally by itself.
Idea: review code an replace all variables and functions with "on_$name" variants and document that as a "forbidden" namespace?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use the variable "hosts" in on.config:
then that variable is not available for me afterwards:
and that's because that variable is being used by the "on" script internally by itself.
Idea: review code an replace all variables and functions with "on_$name" variants and document that as a "forbidden" namespace?
The text was updated successfully, but these errors were encountered: