We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476ac4d commit 71b8251Copy full SHA for 71b8251
23 files changed
src/args/mod.rs
@@ -80,7 +80,6 @@ pub struct GlobalOpt {
80
pub quiet: bool,
81
}
82
83
-// TODO: flatten options in struct?
84
#[derive(Debug, Parser)]
85
#[command(author, about, long_about = None, version)]
86
pub struct Args {
src/display/colorful.rs
0 commit comments