You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -697,6 +697,13 @@ The field secondArg must be between 0 and 2.
697
697
698
698
By default, the ExitCode is set to 1 in this case.
699
699
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
+
700
707
Filter(Middleware) Pipeline / ConsoleAppContext
701
708
---
702
709
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