File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Carapace-aws is an enriched completer for [aws-cli].
44
55![ ] ( ./carapace-aws.png )
66
7+ ## Getting Started
8+
9+ With [ carapace-bin] ` carapace-aws ` is implicitly used when the binary is in [ PATH] .
10+
11+ Otherwise [ source] ( https://carapace-sh.github.io/carapace/carapace/gen.html#hidden-subcommand ) the output of ` carapace-aws _carapace ` .
12+
713## How it works
814
915The subcommands in [ aws-cli] are mostly based on the [ botocore] service definitions.
@@ -14,12 +20,6 @@ Carapace-aws parses the [botocore] service definitions into a [carapace] based c
1420This enables support for descriptions, colored hightlighting, and custom completions.
1521Undefined completions are then simply delegated to the official [ aws_completer] .
1622
17- ## Getting Started
18-
19- When using [ carapace-bin] ` carapace-aws ` is implicitly used when the binary is in [ PATH] .
20-
21- Otherwise [ source] ( https://carapace-sh.github.io/carapace/carapace/gen.html#hidden-subcommand ) the output of ` carapace-aws _carapace ` .
22-
2323[ auto-prompt ] :https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-prompting.html
2424[ aws-cli ] :https://github.com/aws/aws-cli
2525[ aws_completer ] :https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-completion.html
You can’t perform that action at this time.
0 commit comments