Interface Command

    • Method Detail

      • run

        int run()
         throws IOException
        Runs this Command.
        Returns:
        a return code for the process, 0 indicates success.
        Throws:
        IOException - if there is an error while running the command
      • getExamples

        List<String> getExamples()
        Returns a list of example uses. Lines starting with '#' will not have the executable name added when formatting.
        Returns:
        a list of String examples