-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Document CMD
-object customization
#28466
Conversation
fix whitespace
CI Failures are unrelated:
|
You need to rebase on master for Circle CI. |
@@ -365,3 +365,14 @@ stages have different latency so they use a different number of parallel workers | |||
saturated throughput. | |||
|
|||
We strongly encourage you to try all these examples to see how they work. | |||
|
|||
## `CMD`-Objects |
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.
Out of curiosity, why all caps?
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.
no reason, just a habbit. Will switch to lowercase and remove the hyphen while i'm at it.
Cmd(`pwd`, dir="..") | ||
``` | ||
|
||
Also see [`setenv`](@ref), [`withenv`](@ref) for further information. |
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.
Is it possible to be a bit more specific than "information"?
Also, how is withenv
relevant here?
Replaced by #40539. Sorry this sat for so long! |
fix #19286