mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
freeze: border completion
This commit is contained in:
parent
6213be71bc
commit
f5539a8b21
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user