diff options
Diffstat (limited to 'mingling_core/src/program')
| -rw-r--r-- | mingling_core/src/program/flag.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_core/src/program/flag.rs b/mingling_core/src/program/flag.rs index 3a678be..81126e5 100644 --- a/mingling_core/src/program/flag.rs +++ b/mingling_core/src/program/flag.rs @@ -48,6 +48,7 @@ impl std::ops::Deref for Flag { } } +#[macro_export] macro_rules! special_flag { ($args:expr, $flag:expr) => {{ let flag = $flag; @@ -57,6 +58,7 @@ macro_rules! special_flag { }}; } +#[macro_export] macro_rules! special_argument { ($args:expr, $flag:expr) => {{ let flag = $flag; |
