#compdef dead-disk-host

_dead-disk-host () {
  _arguments \
      ':host:_hosts' \
      '*:dead disk:_files'
}

_dead-disk-host "$@"
