add package search

This commit is contained in:
steven-omaha
2023-01-12 11:52:13 +01:00
parent 3502e0a70b
commit 707bf919d6
5 changed files with 60 additions and 3 deletions
+1
View File
@@ -4,6 +4,7 @@ pub(crate) const GROUPS: &str = "groups";
pub(crate) const IMPORT: &str = "import";
pub(crate) const NEW: &str = "new";
pub(crate) const REMOVE: &str = "remove";
pub(crate) const SEARCH: &str = "search";
pub(crate) const SHOW: &str = "show";
pub(crate) const SYNC: &str = "sync";
pub(crate) const UNMANAGED: &str = "unmanaged";