Class CommonOptionsMixin


  • public class CommonOptionsMixin
    extends java.lang.Object
    Mixin 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
    
         // ...
     }
     
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • showStacktrace

        public boolean showStacktrace
      • verbose

        public boolean verbose
    • Constructor Detail

      • CommonOptionsMixin

        public CommonOptionsMixin()