CommandLineUtils icon indicating copy to clipboard operation
CommandLineUtils copied to clipboard

Can I specify hidden options

Open vmelamed opened this issue 2 years ago • 1 comments

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...

vmelamed avatar Aug 02 '23 18:08 vmelamed

Already possible - https://natemcmaster.github.io/CommandLineUtils/v3.0/api/McMaster.Extensions.CommandLineUtils.OptionAttributeBase.html#McMaster_Extensions_CommandLineUtils_OptionAttributeBase_ShowInHelpText

natemcmaster avatar Aug 09 '23 03:08 natemcmaster

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.

github-actions[bot] avatar Aug 09 '24 01:08 github-actions[bot]