Interface CommandFactory<C extends Command>

    • Method Detail

      • create

        C create​(CommandLine evaluated)
        Returns:
        a new instance of the command.
      • define

        CLI define()
        Creates a new CLI instance.
        Returns:
        the CLI.