Class BashCompletion

  • All Implemented Interfaces:
    ExampleRunnable

    @Command(name="generate-completions",
             description="Generates a Bash completion script, the file can then be sourced to provide completion for this CLI")
    public class BashCompletion
    extends java.lang.Object
    implements ExampleRunnable
    • Constructor Summary

      Constructors 
      Constructor Description
      BashCompletion()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int run()
      Runs the command and returns an exit code that the application should return
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait