-
-
Notifications
You must be signed in to change notification settings - Fork 67
Add section about exclusive params with expressions, and emphasize command output lines #247
New issue
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
Conversation
The first commit updates the existing docs to emphasize the lines of interest in the command output. See the before and after below: 1/ 2/ 3/ I did that because I didn't see the warning in the second code block, where the important part is “record-job2.yml:6:3: Warning: invalid field |
Added new section about exclusive params with expressions, preview available here: https://common-workflow-languageuser-guide--247.org.readthedocs.build/en/247/topics/inputs.html#exclusive-input-parameters-with-expressions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, I quite like this; thanks!
319a00c
to
04dd944
Compare
Closes #162
Emphasizes command output lines of interest for users reading the text.
Renames “Advanced Inputs” to “Inclusive and Exclusive Inputs”. I thought it made sense as that section is specifically about these two variations of arguments. I realized a better name could be useful after reading the TODO notes, where we have future content for this section that could be considered advanced too, but I think it would be best to use separate sections. What others think?
Adds a new section below the “Inclusive and Exclusive Inputs”, called ”Exclusive Input Parameters with Expressions”, using an example similar to what is described in #162.