Replies: 1 comment
-
OK I understood it's possible with interceptors |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, and thank you for all your hard work.
I have a question about global option, lets assume I would like for all commands to have an Option of --verbose. This means all debug log will be written. I have tried it using a base class with properties like so
public class MainCommand : CommandBase {....}
I don't know if it's possible. The docs do not show it as possible, and although the Option attribute can be bound to a property, it does not seem to recognize it.
Can you please assist?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions