Aaron Gyes
1049bed5f8
string completions: add -e, -f, --no-empty, shorten -d's
...
I hope this is now complete.
Also, shorten enough descriptions to make `string match --<TAB>`
show a two column pager with 80 cols.
We really should have shown more retraint in the design of `string`,
not all of the flags required both a long and short option created.
2019-02-07 04:13:38 -08:00
Aaron Gyes
3115446a07
string completions: add missing upper, lower, split0, join0, unescape
...
and --style=regex
2019-01-21 17:08:49 -08:00
Fabian Homborg
7257c69979
completions/string: Add escaping styles
2018-11-12 18:56:11 +01:00
Greynad
98f4e49669
Add string 'repeat' subcommand
...
This feature add the ability to repeat a string a given number of times.
For example: string repeat -n 3 foo
2017-03-12 20:30:36 -07:00
Aaron Gyes
723d689679
Completion for string match --invert
...
Also adds descriptions for some other options which were absent.
2016-06-13 23:10:05 -07:00
Fabian Homborg
e31a93040e
Add completion for string
...
A bit simplistic since we can't complete e.g. regexes properly, but it
does the job.
Fixes #2543
2015-11-12 15:08:47 +01:00