diff options
| -rw-r--r-- | mingling_core/src/program/flag.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_core/src/program/flag.rs b/mingling_core/src/program/flag.rs index 41e8060..ed89c2a 100644 --- a/mingling_core/src/program/flag.rs +++ b/mingling_core/src/program/flag.rs @@ -41,6 +41,7 @@ use crate::{Program, ProgramCollect}; /// println!("Flag: {}", arg); /// } /// ``` +#[derive(Debug, Clone)] pub struct Flag { vec: Vec<&'static str>, } |
