public class CommonOptionsMixin
extends java.lang.Object
@Command(name = "command")
class App {
@Mixin
CommonOptionsMixin commonOptions // adds common options to the command
// ...
}
| Modifier and Type | Field and Description |
|---|---|
boolean |
showStacktrace |
boolean |
verbose |
| Constructor and Description |
|---|
CommonOptionsMixin() |