add purge command

This commit is contained in:
atagen 2026-05-24 18:15:32 +10:00
parent 4a7febee6c
commit 2682ed958b
6 changed files with 97 additions and 4 deletions

View file

@ -20,6 +20,7 @@ fn inshellah_completions_include_all_subcommands() {
"complete",
"query",
"dump",
"purge",
"completions",
] {
let extern_name = format!("export extern \"inshellah {subcommand}\"");