Summary
Add CLI help command(s) for first-time users.
Why
Discoverability is low without built-in guidance for available commands and SQL examples.
Tasks
- Add
help (or .help) command in nexum_cli/src/main.rs
- Print available commands: SQL mode,
ASK, EXPLAIN, exit options
- Include 2-3 short query examples
Acceptance Criteria
- Help command works in REPL
- Output is concise and readable
- Existing CLI behavior remains unchanged
Summary
Add CLI help command(s) for first-time users.
Why
Discoverability is low without built-in guidance for available commands and SQL examples.
Tasks
help(or.help) command innexum_cli/src/main.rsASK,EXPLAIN, exit optionsAcceptance Criteria