Update CLI.md

More doc fixes.
This commit is contained in:
Lincoln Stein
2022-09-11 14:29:26 -04:00
committed by GitHub
parent 162285ae86
commit 0ea145d188

View File

@ -92,7 +92,7 @@ These arguments are deprecated but still work:
**A note on path names:** On Windows systems, you may run into
problems when passing the dream script standard backslashed path
names because the Python interpreter treats "\" as an escape.
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
use Linux/Mac style forward slashes (better): C:/path/to/my/file.
## List of prompt arguments