Add /project and /unproject to tab completion

This commit is contained in:
Dhanji R. Prasanna
2026-01-21 14:58:23 +05:30
parent feb7c3e40d
commit 581de4845c

View File

@@ -20,6 +20,7 @@ const COMMANDS: &[&str] = &[
"/dump",
"/fragments",
"/help",
"/project",
"/readme",
"/rehydrate",
"/resume",
@@ -27,6 +28,7 @@ const COMMANDS: &[&str] = &[
"/skinnify",
"/stats",
"/thinnify",
"/unproject",
];
/// Helper struct for rustyline that provides tab completion.