add docstrings
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
use pacdef_macros::Action;
|
||||
|
||||
/// All actions the program can perform. Variants of the enum relate to
|
||||
/// the different subcommands.
|
||||
#[derive(Debug, Action)]
|
||||
pub enum Actions {
|
||||
Clean,
|
||||
|
||||
Reference in New Issue
Block a user