v1.x - (nightly)

Under development.
Aws
Created carapace-aws to provide enriched completion for aws-cli.

Spec
Added extended flag notation for less common use cases.
nargsamount of arguments consumed
name: command
commands:
- name: extended
flags:
--nargs-two=: {description: consumes two arguments, nargs: 2}
--nargs-any=: {description: consumes multiple arguments, nargs: -1}
Groups
Organized completers into groups.
androidtermux completersbridgebridged completersbsdbsd-like completerscommoncommon completersdarwinmacos completerslinuxlinux completersunixunix-like completersuseruser specssystemsystem specswindowswindows completers
Variants
Groups can contain multiple completers (variants) for the same command.
Choices
The default priority of completers can be overridden with choices.
This replaces
bridges.yamlwhich now has no effect and can be removed.