Skip to content

What does ">_" mean in run command? #26588

Discussion options

You must be logged in to vote

That’s part of YAML syntax for multiline strings. The > says to fold lines within the following block (replace newlines with spaces), the - removes newlines at the end of the string.

See also: https://yaml-multiline.info/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants