Command line parsing differs on Windows vs. POSIX compliant operating systems (just consider the differences in handling `\` for paths vs. as a marker for escape sequences). Thus, on Windows use `winsplit` to split command arguments instead of `shlex` for Unix-like OSes. `winsplit` is a small crate with no other dependencies. |
||
|---|---|---|
| .. | ||
| ansi | ||
| ansi.rs | ||
| args.rs | ||
| cell.rs | ||
| colors.rs | ||
| editor.rs | ||
| element.rs | ||
| format.rs | ||
| hstack.rs | ||
| io.rs | ||
| label.rs | ||
| lib.rs | ||
| spinner.rs | ||
| table.rs | ||
| textarea.rs | ||
| vstack.rs | ||