cli11
Loading...
Searching...
No Matches
argv.cpp File Reference
module cli11

Recovery of the original command line on Windows. More...

import cli11:encoding;
import std;

Detailed Description

Recovery of the original command line on Windows.

The argv handed to main on Windows has already been narrowed to the active code page, which loses any character the code page cannot represent. cli::detail::compute_win32_argv goes back to the process's real command line and re-narrows it as UTF-8 instead.

This partition contributes nothing on other platforms.