Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ But these are not fully exposed to the shell and only accessible in [auto-prompt

Carapace-aws parses the [botocore] service definitions into a [carapace] based completer.
This enables support for descriptions, colored hightlighting, and custom completions.
Undefined completions are simply delegated to the official [aws_completer].
Undefined completions are then simply delegated to the official [aws_completer].

## Getting Started

When using [carapace-bin] `carapace-aws` is implicitly used when the binary is in [PATH].

Otherwise the completions can be loaded directly with [`carapace-aws _carapace`](https://carapace-sh.github.io/carapace/carapace/gen.html#hidden-subcommand).
Otherwise [source](https://carapace-sh.github.io/carapace/carapace/gen.html#hidden-subcommand) the output of `carapace-aws _carapace`.

[auto-prompt]:https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-prompting.html
[aws-cli]:https://github.com/aws/aws-cli
Expand Down