We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162285a commit 0ea145dCopy full SHA for 0ea145d
docs/features/CLI.md
@@ -92,7 +92,7 @@ These arguments are deprecated but still work:
92
**A note on path names:** On Windows systems, you may run into
93
problems when passing the dream script standard backslashed path
94
names because the Python interpreter treats "\" as an escape.
95
- You can either double your slashes (ick): C:\\path\\to\\my\\file, or
+ You can either double your slashes (ick): C:\\\\path\\\\to\\\\my\\\\file, or
96
use Linux/Mac style forward slashes (better): C:/path/to/my/file.
97
98
## List of prompt arguments
0 commit comments