natemcmaster/CommandLineUtils

Space and comma in command option template

alexthvest opened this issue · 1 comments

Please add the ability to use space and comma in command option template

I want to do something like this:

program.HelpOption("-h, --help");
program.HelpOption("-h | --help");

But output:

-h,|--help
-h|--help

This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please comment if you believe this should remain open, otherwise it will be closed in 14 days. Thank you for your contributions to this project.