We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9a031 commit 0189d09Copy full SHA for 0189d09
completions/chronyc
@@ -3,8 +3,8 @@
3
_comp_cmd_chronyc__command_args()
4
{
5
local -a args
6
- args=($(compgen -W "$("$1" help 2>/dev/null |
7
- awk '/^'"$prev"'\s[^ []/ { gsub("\\|", " ", $2); print $2 }')"))
+ _comp_split args "$("$1" help 2>/dev/null |
+ awk '/^'"$prev"'\s[^ []/ { gsub("\\|", " ", $2); print $2 }')"
8
case $args in
9
\<address\>) _known_hosts_real -- "$cur" ;;
10
\<*) ;;
0 commit comments