Can I specify hidden options
Describe the solution you'd like
E.g. [Option("-d|--debug", CommandOptionType.NoValue, Hidden = true)]
To be honest, I really don't like "easter eggs" but sometimes life is stronger than you...
Already possible - https://natemcmaster.github.io/CommandLineUtils/v3.0/api/McMaster.Extensions.CommandLineUtils.OptionAttributeBase.html#McMaster_Extensions_CommandLineUtils_OptionAttributeBase_ShowInHelpText
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.