Skip to content

Commit b8a8071

Browse files
committed
Complete --wait option from Fish shell
1 parent 58240a4 commit b8a8071

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

completion/fish.sh

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ complete -c tunblkctl --condition "not __fish_seen_subcommand_from $commands" \
1212
complete -c tunblkctl --condition "__fish_seen_subcommand_from connect disconnect" \
1313
-a "(tunblkctl list)"
1414

15+
# Complete wait option
16+
complete -c tunblkctl --condition "__fish_seen_subcommand_from connect" \
17+
-l 'wait' -d 'Wait for the connection to be established.'
18+
1519
# Complete strip option
1620
complete -c tunblkctl --condition "__fish_seen_subcommand_from status" \
1721
-l strip -d 'Strip output formatting (raw mode)'

0 commit comments

Comments
 (0)