add remove

This commit is contained in:
steven-omaha
2023-01-11 15:02:37 +01:00
parent 686a5cefad
commit 6caf6636bb
3 changed files with 42 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@ pub(crate) const CLEAN: &str = "clean";
pub(crate) const EDIT: &str = "edit";
pub(crate) const GROUPS: &str = "groups";
pub(crate) const IMPORT: &str = "import";
pub(crate) const REMOVE: &str = "remove";
pub(crate) const SHOW: &str = "show";
pub(crate) const SYNC: &str = "sync";
pub(crate) const UNMANAGED: &str = "unmanaged";