Print Completion Message
class PrintCompletionMessage(message: String, forceUnixLineEndings: Boolean) : PrintMessage
Content copied to clipboard
An exception that indicates that shell completion code should be printed.
Execution should be immediately halted without an error.
Parameters
force Unix Line Endings
if true, all line endings in the message should be \n
, regardless of the current operating system.
Constructors
Link copied to clipboard
fun PrintCompletionMessage(message: String, forceUnixLineEndings: Boolean)
Content copied to clipboard