We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58240a4 commit b8a8071Copy full SHA for b8a8071
completion/fish.sh
@@ -12,6 +12,10 @@ complete -c tunblkctl --condition "not __fish_seen_subcommand_from $commands" \
12
complete -c tunblkctl --condition "__fish_seen_subcommand_from connect disconnect" \
13
-a "(tunblkctl list)"
14
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
+
19
# Complete strip option
20
complete -c tunblkctl --condition "__fish_seen_subcommand_from status" \
21
-l strip -d 'Strip output formatting (raw mode)'
0 commit comments