Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: add docfs of HiddenAttribute
  • Loading branch information
filzrev committed Mar 11, 2025
commit e0667b6883effc919209a1e0b7151307fa99a699
7 changes: 7 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,13 @@ The field secondArg must be between 0 and 2.

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

Hide command/parameter help
---
`ConsoleAppFramework` supports `HiddenAttribute` which is used to hide specific help for a command/parameter.

- When`HiddenAttribute` is set to command, it hides command from command list.
- When`HiddenAttribute` is set to parameter, it hides parameter from command help.

Filter(Middleware) Pipeline / ConsoleAppContext
---
Filters are provided as a mechanism to hook into the execution before and after. To use filters, define an `internal class` that implements `ConsoleAppFilter`.
Expand Down