File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
completers/common/jj_completer/cmd Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package cmd
22
33import (
44 "github.com/carapace-sh/carapace"
5+ "github.com/carapace-sh/carapace-bin/pkg/actions/tools/jj"
56 "github.com/carapace-sh/carapace/pkg/style"
67 "github.com/carapace-sh/carapace/pkg/traverse"
78 "github.com/spf13/cobra"
@@ -38,7 +39,7 @@ func init() {
3839 rootCmd .MarkFlagsMutuallyExclusive ("quiet" , "verbose" )
3940
4041 carapace .Gen (rootCmd ).FlagCompletion (carapace.ActionMap {
41- "at-operation" : carapace . ActionValues (), // TODO
42+ "at-operation" : jj . ActionOperations ( 100 ),
4243 "color" : carapace .ActionValues ("always" , "never" , "auto" ).StyleF (style .ForKeyword ),
4344 "config-file" : carapace .ActionFiles (),
4445 "repository" : carapace .ActionDirectories (),
You can’t perform that action at this time.
0 commit comments