Package org.grails.forge.cli
Class CommonOptionsMixin
- java.lang.Object
-
- org.grails.forge.cli.CommonOptionsMixin
-
public class CommonOptionsMixin extends java.lang.ObjectMixin that adds help, version and other common options to a command. Example usage:@Command(name = "command") class App { @Mixin CommonOptionsMixin commonOptions // adds common options to the command // ... }
-
-
Field Summary
Fields Modifier and Type Field Description booleanshowStacktracebooleanverbose
-
Constructor Summary
Constructors Constructor Description CommonOptionsMixin()
-