diff options
Diffstat (limited to 'src/bin/ngit/cli.rs')
| -rw-r--r-- | src/bin/ngit/cli.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs index dd7196c..c77e719 100644 --- a/src/bin/ngit/cli.rs +++ b/src/bin/ngit/cli.rs | |||
| @@ -42,6 +42,9 @@ pub struct Cli { | |||
| 42 | /// Force operations, bypass safety guards | 42 | /// Force operations, bypass safety guards |
| 43 | #[arg(short = 'f', long, global = true)] | 43 | #[arg(short = 'f', long, global = true)] |
| 44 | pub force: bool, | 44 | pub force: bool, |
| 45 | /// Enable verbose output | ||
| 46 | #[arg(short = 'v', long, global = true)] | ||
| 47 | pub verbose: bool, | ||
| 45 | } | 48 | } |
| 46 | 49 | ||
| 47 | pub const CUSTOMISE_TEMPLATE: &str = r" | 50 | pub const CUSTOMISE_TEMPLATE: &str = r" |