Skip to content

Commit

Permalink
Merge pull request #2321 from carapace-sh/freeze-border
Browse files Browse the repository at this point in the history
freeze: border completion
  • Loading branch information
rsteube authored Apr 1, 2024
2 parents 6213be7 + f5539a8 commit 54d469a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion completers/freeze_completer/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ func init() {
rootCmd.Flags().Bool("window", false, "Display window controls")

carapace.Gen(rootCmd).FlagCompletion(carapace.ActionMap{
"background": color.ActionHexColors(),
"background": color.ActionHexColors(),
"border.color": color.ActionHexColors(),
"config": carapace.Batch(
carapace.ActionFiles(),
carapace.ActionValuesDescribed(
Expand Down

0 comments on commit 54d469a

Please sign in to comment.