Feature or enhancement
Proposal:
The .help command in the sqlite3 CLI does not give much information. It only shows a brief message:
sqlite> .help
Enter SQL code and press enter.
It would be better if .help displayed a list of available commands, and .help <command> showed detailed help for that specific command.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
The
.helpcommand in the sqlite3 CLI does not give much information. It only shows a brief message:It would be better if
.helpdisplayed a list of available commands, and.help <command>showed detailed help for that specific command.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
.helpin thesqlite3CLI #133935.helpmessage #135224