mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-11-01 09:35:28 +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.