Cysharp / ConsoleAppFramework

Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
MIT License
1.62k stars 93 forks source link

How to use hyphenated parameters. How to display it in --help . #60

Closed juner closed 2 years ago

juner commented 3 years ago

How can the --launch-profile parameter in dotnet run be expressed? \ (In a way that can be output to --help

dotnet run

neuecc commented 3 years ago

currently can not to configure it.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

ForNeVeR commented 3 years ago

Wait, isn't this already possible using StrictOption = true?

neuecc commented 3 years ago

- can not use( launch - profile )

ForNeVeR commented 3 years ago

Ah, got it. Thanks.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.