We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162e0be commit 2a5e896Copy full SHA for 2a5e896
awk/src/main.rs
@@ -23,6 +23,7 @@ mod program;
23
mod regex;
24
25
#[derive(Parser)]
26
+#[command(version, about = gettext("awk - pattern scanning and processing language"))]
27
struct Args {
28
#[arg(short = 'F', help = gettext("Define the input field separator"))]
29
separator_string: Option<String>,
0 commit comments