Skip to content

Commit e0667b6

Browse files
committed
chore: add docfs of HiddenAttribute
1 parent 31a2e5d commit e0667b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ReadMe.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,13 @@ The field secondArg must be between 0 and 2.
697697

698698
By default, the ExitCode is set to 1 in this case.
699699

700+
Hide command/parameter help
701+
---
702+
`ConsoleAppFramework` supports `HiddenAttribute` which is used to hide specific help for a command/parameter.
703+
704+
- When`HiddenAttribute` is set to command, it hides command from command list.
705+
- When`HiddenAttribute` is set to parameter, it hides parameter from command help.
706+
700707
Filter(Middleware) Pipeline / ConsoleAppContext
701708
---
702709
Filters are provided as a mechanism to hook into the execution before and after. To use filters, define an `internal class` that implements `ConsoleAppFilter`.

0 commit comments

Comments
 (0)