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

_simple_command \
    --long-help "Resume a VM specified by name" \
    --check-state paused \
    --clean-cache-on-success \
    resume
