summaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-06-02 15:09:00 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-06-02 15:09:00 -0400
commit5d65fb99ce8768608e78c81a7fe4c87c15f56192 (patch)
tree3ba5b7c432fe85fd3d13ab36a9bdd49d27496d09 /readme.md
parent588ff3ef1b6aca0d9cde993062ec9e6526bc0081 (diff)
Add updated documentationv1.1.1
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index 3ba4449..39c8429 100644
--- a/readme.md
+++ b/readme.md
@@ -39,20 +39,26 @@ necessary.
```
$ choose --help
-choose 0.1.4
+choose 1.1.1
`choose` sections from each line of files
USAGE:
choose [FLAGS] [OPTIONS] <choice>...
FLAGS:
- -x, --exclusive Use exclusive ranges, similar to array indexing in many programming languages
- -h, --help Prints help information
- -V, --version Prints version information
+ -c, --character-wise Choose fields by character number
+ -d, --debug Activate debug mode
+ -x, --exclusive Use exclusive ranges, similar to array indexing in many programming languages
+ -h, --help Prints help information
+ -n, --non-greedy Use non-greedy field separators
+ -V, --version Prints version information
OPTIONS:
- -f, --field-separator <field-separator> Specify field separator other than whitespace, using Rust `regex` syntax
- -i, --input <input> Input file
+ -f, --field-separator <field-separator>
+ Specify field separator other than whitespace, using Rust `regex` syntax
+
+ -i, --input <input> Input file
+ -o, --output-field-separator <output-field-separator> Specify output field separator
ARGS:
<choice>... Fields to print. Either x, x:, :y, or x:y, where x and y are integers, colons indicate a range,