Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Carapace-aws is an enriched completer for [aws-cli].

The subcommands in [aws-cli] are mostly based on the [botocore] service definitions.
Which are `json` files that contain additional information and static completions.
But these are not fully exposed to the shell completion and only accessible in [auto-prompt].
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.
Expand Down
2 changes: 1 addition & 1 deletion cmd/carapace-aws/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func init() {
"raw-in-base64-out",
),
"color": carapace.ActionValues("on", "off", "auto").StyleF(style.ForKeyword),
"output": carapace.ActionValues("json", "text", "table", "yaml", "yaml-stream"),
"output": carapace.ActionValues("json", "text", "table", "yaml", "yaml-stream").StyleF(style.ForExtension),
"profile": aws.ActionProfiles(),
"region": aws.ActionRegions(),
})
Expand Down