summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_sd_hosts_or_user_at_host
blob: a510bf3cf18c46e6fdba2c1131e7fd199953a3c6 (plain)
1
2
3
4
5
6
#autoload
# SPDX-License-Identifier: LGPL-2.1+

_alternative \
    'users-hosts:: _user_at_host' \
    'hosts:: _hosts'