Document addition of string split --fields

This commit is contained in:
Jason 2020-05-08 01:45:17 +09:00 committed by David Adam
parent b665604475
commit 96c4cbc1bd

View file

@ -14,6 +14,7 @@
### Scripting improvements
- Range limits in index range expansions like `$x[$start..$end]` may be omitted: `$start` and `$end` default to 1 and -1 (the last item) respectively.
- `string sub` has a new `--end` option to specify the end index of a substring (#6765).
- `string split` has a new `--fields` option to specify fields to output, similar to `cut -f` (#6770).
### Interactive improvements