Skip to content

Commit c0ff299

Browse files
committed
Add flags to the z arg matcher for Clink.
1 parent 3deb8c7 commit c0ff299

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)