Skip to content

Commit

Permalink
0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 18, 2022
1 parent 173aedf commit 9632442
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for App-Rak

{{$NEXT}}

0.0.14 2022-07-18T20:47:50+02:00
- Add dependency on META::constants
- Add dependency on CLI::Help to get --help support
- Make sure that option replacements occur recursively
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ Indicate the number of lines that should be shown **before** any line that match

Indicate the number of lines that should be shown **around** any line that matches. Defaults to **0**. Overrides any a `--after-context` or `--before-context` arguments.

--count-only
------------

Indicate whether just the number of lines with matches should be calculated. When specified with a `True` value, will show a "N matches in M files" by default, and if the `:files-with-matches` option is also specified with a `True` value, will also list the file names with their respective counts.

--edit
------

Expand Down Expand Up @@ -182,8 +187,8 @@ Indicate whether lines that have the pattern, should have any whitespace at the

If the only argument, shows the name and version of the script, and the system it is running on.

CREATING YOUR OPTIONS
=====================
CREATING YOUR OWN OPTIONS
=========================

You can use the `--save` option to save a set of options and than later access them with the given name:

Expand Down

0 comments on commit 9632442

Please sign in to comment.