#! /bin/bash
# vim: shiftwidth=4 tabstop=4 expandtab

_simple_command \
    --long-help "Destroy (hard-stop) a VM specified by name" \
    --check-state running \
    --confirm "Destroy (hard-stop)" \
    --clean-cache-on-success \
    --dangerous \
    destroy
