Module std::sys::windows::args

source ·
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