Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 28, 2024
1 parent 91b1a51 commit 81bf987
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/shell/cmd_clink/snippet.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ func Snippet(cmd *cobra.Command) string {
return true
end
clink.argmatcher("%v")
:addarg({ %v_completion})
:loop(1)
clink.argmatcher("%v"):addarg({ %v_completion}):loop(1)
`, cmd.Name(), uid.Executable(), cmd.Name(), cmd.Name())
return result
}

0 comments on commit 81bf987

Please sign in to comment.