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
"="
Replaces metomi/rose#2691
If a user were to make a typo and do
CYLC_VERSION=7 rose suite-run -D 'FOO42' # or CYLC_VERSION=8 cylc vip -D 'FOO42'
No warning or error is raised despite this define being largely meaningless.
Should we warn when defines are not in the form [section]key=value or key=value?
[section]key=value
key=value
The text was updated successfully, but these errors were encountered:
--defines
"=" not in define
wxtim
Successfully merging a pull request may close this issue.
Replaces metomi/rose#2691
If a user were to make a typo and do
No warning or error is raised despite this define being largely meaningless.
Should we warn when defines are not in the form
[section]key=value
orkey=value
?The text was updated successfully, but these errors were encountered: