We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff694f0 commit fe1d865Copy full SHA for fe1d865
src-tauri/cli/src/bin/dg.rs
@@ -490,13 +490,15 @@ async fn main() {
490
.short('d')
491
.value_parser(FalseyValueParser::new())
492
.env("DG_DEBUG")
493
+ .global(true)
494
.action(clap::ArgAction::SetTrue);
495
let verbose_opt = Arg::new("verbose")
496
.help("Enable logging everything")
497
.long("verbose")
498
.short('v')
499
500
.env("DG_VERBOSE")
501
502
503
let token_opt = Arg::new("token")
504
.help("Enrollment token")
0 commit comments