add showing group content (WIP)

This commit is contained in:
steven-omaha
2023-01-10 18:50:17 +01:00
parent d4c97679e2
commit 42d318298c
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
pub(crate) const CLEAN: &str = "clean";
pub(crate) const EDIT: &str = "edit";
pub(crate) const GROUPS: &str = "groups";
pub(crate) const SHOW: &str = "show";
pub(crate) const SYNC: &str = "sync";
pub(crate) const UNMANAGED: &str = "unmanaged";
pub(crate) const VERSION: &str = "version";