Skip to content

Commit 97fa941

Browse files
authored
Merge pull request #126 from chrisant996/master
Add flags to the `z` arg matcher for Clink.
2 parents 3deb8c7 + c0ff299 commit 97fa941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

z.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,6 +2081,7 @@ function z_clink_init()
20812081
end
20822082
local z_parser = clink.arg.new_parser()
20832083
z_parser:set_arguments({ z_match_completion })
2084+
z_parser:set_flags("-c", "-r", "-i", "--cd", "-e", "-b", "--add", "-x", "--purge", "--init", "-l", "-s", "--complete", "--help", "-h")
20842085
clink.arg.register_parser("z", z_parser)
20852086
end
20862087

0 commit comments

Comments
 (0)