We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63142c9 commit 1dca894Copy full SHA for 1dca894
src/main.rs
@@ -44,7 +44,7 @@ const LONG_ABOUT: &str = concat!("Westwood: ", crate_description!());
44
#[derive(CliArgParser, Debug)]
45
#[command(version, about = None, long_about = LONG_ABOUT)]
46
struct CliOptions {
47
- /// File to lint, or `-` for standard input
+ /// File to lint, or `-' for standard input
48
file: FileOrStdin,
49
50
#[arg(value_enum, short, long, default_value_t = OutputFormat::Pretty)]
0 commit comments