docs(tally): document --regex / -r in --help text
Step 3 of plan.md (Spor B B3 pipeline run). Adds one line under Options: in the HELP template literal so --help users can discover the new flag. Satisfies SC #8. [skip-docs]
This commit is contained in:
parent
44d7f339f5
commit
c6ff4fa94a
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ Count literal-substring occurrences of <pattern> in <file>.
|
||||||
Options:
|
Options:
|
||||||
-i, --ignore-case Case-insensitive matching
|
-i, --ignore-case Case-insensitive matching
|
||||||
--lines Count lines containing pattern (not total occurrences)
|
--lines Count lines containing pattern (not total occurrences)
|
||||||
|
-r, --regex Interpret <pattern> as a JavaScript regular expression
|
||||||
--json Emit a JSON object on stdout
|
--json Emit a JSON object on stdout
|
||||||
-h, --help Show this help and exit
|
-h, --help Show this help and exit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue