12 lines
450 B
Rust
12 lines
450 B
Rust
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 SEARCH: &str = "search";
|
|
pub(crate) const SHOW: &str = "show";
|
|
pub(crate) const SYNC: &str = "sync";
|
|
pub(crate) const UNMANAGED: &str = "unmanaged";
|
|
pub(crate) const VERSION: &str = "version";
|