Skip to content

Commit

Permalink
freeze: border completion
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Apr 1, 2024
1 parent 6213be7 commit f5539a8
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 f5539a8

Please sign in to comment.