ShellConfig

data class ShellConfig(val lineLength: Int = 140, val chat: ChatConfig = ChatConfig())

Shell configuration for the shell module (duplicate of API's ShellConfig for independence)

Constructors

Link copied to clipboard
constructor(lineLength: Int = 140, chat: ChatConfig = ChatConfig())

Properties

Link copied to clipboard
Link copied to clipboard
val lineLength: Int = 140