Skip to content

Commit

Permalink
Tweak --window flag in wt argmatcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Nov 18, 2023
1 parent 3154c35 commit c422503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/wt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local wt = clink.argmatcher("wt")
{ "--focus", "Launch the window in focus mode" },
{ "--pos"..pos_args, " x,y", "Specify the position for the terminal" },
{ "--size"..size_args, " cols,rows", "Specify the number of columns and rows for the terminal" },
{ "--window"..window_args, " num", "Specify a terminal window to run the commandline in ('0' for current)" },
{ "--window"..window_args, " text", "Specify a terminal window to run the commandline in ('0' for current)" },
})

if (clink.version_encoded or 0) >= 10050014 then
Expand Down

0 comments on commit c422503

Please sign in to comment.