Class Printer.HelpCommandPrinter

    • Constructor Detail

      • HelpCommandPrinter

        public HelpCommandPrinter()
    • Method Detail

      • isQuitCommand

        public boolean isQuitCommand()
        Description copied from interface: Printer
        Flag to determine whether to quit the process.
        Specified by:
        isQuitCommand in interface Printer
      • print

        public void print​(org.jline.terminal.Terminal terminal)
        Description copied from interface: Printer
        Print the results to the terminal.
        Specified by:
        print in interface Printer