Add /project and /unproject to tab completion
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user