OptionalhideWelcomeMessage?: booleanIf true, the welcome message is hidden
OptionallogLevel?: CliLogLevelThe minimum log level to display
OptionalterminalOptions?: ITerminalOptions & ITerminalInitOnlyOptionsCustom terminal options
OptionalusersModule?: { enabled: boolean; hideUserName?: boolean; reloadPageOnUserChange?: boolean }Users module options
If true, the users module is enabled
OptionalhideUserName?: booleanHide the prompt to display when the CLI is ready to accept input
OptionalreloadPageOnUserChange?: booleanReload the page when the user changes
OptionalwelcomeMessage?: { message?: string; show?: "always" | "once" | "daily" | "never" }The welcome message options
Optionalmessage?: stringThe message to display
Optionalshow?: "always" | "once" | "daily" | "never"When to show the welcome message
Options for the CLI