From 9632442994790098dfa70638ebbc4c0ef5bc649a Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Mon, 18 Jul 2022 20:47:59 +0200 Subject: [PATCH] 0.0.14 --- Changes | 2 ++ README.md | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 0b35d4e..226cc7e 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/README.md b/README.md index f3d1431..79e7ab0 100644 --- a/README.md +++ b/README.md @@ -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 ------ @@ -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: