add 'new' argument
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user