rename all crates
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
use pacdef_macros::Action;
|
||||
|
||||
#[derive(Debug, Action)]
|
||||
pub enum Actions {
|
||||
Clean,
|
||||
Edit,
|
||||
Groups,
|
||||
Import,
|
||||
New,
|
||||
Remove,
|
||||
Review,
|
||||
Search,
|
||||
Show,
|
||||
Sync,
|
||||
Unmanaged,
|
||||
Version,
|
||||
}
|
||||
Reference in New Issue
Block a user