docs: more warn on auto-complete migrate
All checks were successful
continuous-integration/drone/push Build is passing

See toolshed/abra#553
This commit is contained in:
2025-08-18 09:36:16 +02:00
parent 4e11ca64cd
commit 2b7235ba10

View File

@ -82,6 +82,10 @@ And test things work.
* Auto-completion for `abra` is handled differently now. See `abra autocomplete
--help` for more. The full help output is available for each specific shell,
e.g. `abra autocomplete zsh --help`. It is now generated on the fly.
**WARNING**: you'll need to REMOVE your pre `v0.10.x` `abra` auto-complete
config for the new auto-complete to work. Check your `$SHELL` configuration
file (e.g. `.zshrc` for Zsh). See
[`#553`](https://git.coopcloud.tech/toolshed/abra/issues/553) for more.
* Several commands now make use of the `--chaos/-C` commands, such as `abra app
ps` and `abra app cp`. See `--help` for more.