properly document --init-command addition

This commit is contained in:
Kurtis Rader 2017-07-10 20:59:42 -07:00
parent c577d01207
commit 875a9c4c2e

View File

@ -10,6 +10,7 @@
- Read history is now controlled by the `FISH_HISTORY` variable rather than the `--mode-name` flag (#1504).
- Implement a `cdh` (change directory using recent history) command to provide a more friendly alternative to prevd/nextd and pushd/popd (#2847).
- `command` now supports a `-a` flag to report all directories with the command. This means that `which -a $cmd` is no longer necessary (#2778).
- `--init-command`/`-C` added to the command line switches, to allow execution of commands before starting the interactive shell (#4164).
## Other significant changes
@ -26,7 +27,6 @@
- Added completions for:
- `as` (#4130).
- `jest` (#4142).
- `--init-command`/`-C` added to the command line switches, to allow execution of commands before starting the interactive shell.
---