Task
Add --save-to-history flag that explicitly saves the current lookup to the local history file. By default lookups are saved; this flag is for when --no-history is the default in config.
Files
packages/cli/src/commands/explain.ts
packages/cli/src/utils/history.ts (create)
Task
Add
--save-to-historyflag that explicitly saves the current lookup to the local history file. By default lookups are saved; this flag is for when--no-historyis the default in config.Files