Skip to content

Commit 5808c45

Browse files
committed
jj: added debug to color flag
1 parent c48a0f0 commit 5808c45

File tree

1 file changed

+1
-1
lines changed
  • completers/common/jj_completer/cmd

1 file changed

+1
-1
lines changed

completers/common/jj_completer/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func init() {
4040

4141
carapace.Gen(rootCmd).FlagCompletion(carapace.ActionMap{
4242
"at-operation": jj.ActionOperations(100),
43-
"color": carapace.ActionValues("always", "never", "auto").StyleF(style.ForKeyword),
43+
"color": carapace.ActionValues("always", "never", "debug", "auto").StyleF(style.ForKeyword),
4444
"config-file": carapace.ActionFiles(),
4545
"repository": carapace.ActionDirectories(),
4646
})

0 commit comments

Comments
 (0)