add 'new' argument

This commit is contained in:
timeshifter
2023-01-12 11:23:45 +01:00
parent 5f10aa35da
commit dd20b3640a
3 changed files with 25 additions and 1 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 NEW: &str = "new";
pub(crate) const REMOVE: &str = "remove";
pub(crate) const SHOW: &str = "show";
pub(crate) const SYNC: &str = "sync";