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