mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Document addition of string split --fields
This commit is contained in:
parent
b665604475
commit
96c4cbc1bd
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue