#Can I suggest having long commands in
1 messages · Page 1 of 1 (latest)
Yes, please send a PR, a lot of the examples are like this already but I know there are still some that don't have this formatting.
also cc @jade panther
This is a good idea and I agree, in fact it has been done already in many pages in PR 8087
take into account the discussion in the channel about \ not working in windows 😬
The only problem I see is that in Bash multi-line commands are done with \. In PowerShell with a baacktick. So, the commands would not work in PS
@bleak elk sorry, just read your message. Too late.
Microsoft is still paying the deliberate and unhappy decision to go with \ instead of / as a path separator.
Part of the documentation is already using \. For example: https://docs.dagger.io/manuals/user/remote-repositories/
Is the general consensus that it's better not to use the \ separator? It's easy enough to change