v1.4 - Bridge Inspector
Looking into details.
Detect
Added carapace --detect COMMAND
to auto-detect bridgeable frameworks.
WARNING: This invokes given command multiple times with various arguments.
Urfavecli
Added support for urfave/cli v3 and updated identifiers.
argcomplete
argcomplete@v1
(legacy)urfavecli
urfavecli@v1
(legacy)
Also renamed ArgcompleteLegacy
to ArgcompleteV1
.
Termux
Now in official package repo termux/termux-packages.
pkg install carapace
Alias
Added variable substitution to aliases.
# yaml-language-server: $schema=https://carapace.sh/schemas/command.json
name: example
run: "[gh, issue, --repo, '${REPO}']"
Lint
Removed carapace-fmt
and integrated formatting into carapace-lint
.
Hidden
Updated CARAPACE_HIDDEN for more granular control.
0
- disabled1
- enabled2
- enabled including_carapace