Name
.prompt — Set the command prompt
Common Usage
.prompt main [continue]
Description
The .prompt command modifies the sqlite3 command prompts. The
main prompt is used for most commands, while the continue prompt
is used for multiline SQL commands.
The default main prompt is sqlite> and the default
continue prompt is ...>.