-
Is there a syntax to put task dependencies on multiple lines? I have a command that's dependencies are kind of long. |
Beta Was this translation helpful? Give feedback.
Answered by
trashhalo
Feb 10, 2024
Replies: 1 comment
-
Looks like new line escapes were added in 1.15 https://github.com/casey/just/blob/newline-escape/tests%2Fnewline_escape.rs |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
trashhalo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like new line escapes were added in 1.15
https://github.com/casey/just/blob/newline-escape/tests%2Fnewline_escape.rs