Expand description
The Windows command line is just a string https://docs.microsoft.com/en-us/archive/blogs/larryosterman/the-windows-command-line-is-just-a-string
This module implements the parsing necessary to turn that string into a list of arguments.
Structs
Enums
Functions
- This is the const equivalent to
NonZeroU16::new(n).unwrap()
- Implements the Windows command-line argument parsing algorithm.
- Takes a path and tries to return a non-verbatim path.