Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 29, 2024
1 parent 3d56d5a commit 5ac39f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/cmd/_test/cmd-clink.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ local function example_completion(word, word_index, line_state, match_builder)
return true
end

clink.argmatcher("example"):addarg({example_completion}):loop(1)
clink.argmatcher("example"):addarg({example _completion}):loop(1)

2 changes: 1 addition & 1 deletion internal/shell/cmd_clink/snippet.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 5ac39f0

Please sign in to comment.