mirror of
https://github.com/nsnail/spectre.console.git
synced 2026-02-04 11:49:58 +08:00
Before, when adding parsed information to the IRemainingArguments.Parsed,
we used the name of the parsed option ('foo') instead of it's
representation ('--foo'). This commit fixes that.