Class CAShellOptions
java.lang.Object
com.io7m.cardant.shell.internal.CAShellOptions
- All Implemented Interfaces:
com.io7m.repetoir.core.RPServiceType
Shell options.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFormatter(CAFormatterType inFormatter) Set the formatter.toString()
-
Constructor Details
-
CAShellOptions
public CAShellOptions(org.jline.terminal.Terminal inTerminal) Shell options.- Parameters:
inTerminal- The terminal
-
-
Method Details
-
terminateOnErrors
- Returns:
- A flag indicating if the shell should exit on errors
-
setFormatter
Set the formatter.- Parameters:
inFormatter- The formatter
-
formatter
- Returns:
- The shell formatter
-
toString
-
description
- Specified by:
descriptionin interfacecom.io7m.repetoir.core.RPServiceType
-