Implement a partial troubleshooting command

This commit is contained in:
Nick Chambers 2022-08-21 18:39:39 -05:00
parent 63607e3d93
commit b3480661a2
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import vultron.cmd
# FIXME: needs a `--void-warranty` flag potentially.
# FIXME: should also have a way to say exact command match only
class Multitool(vultron.cmd.Command):
def vultron_raw(self, *path):
"""Display raw API response from Vultr."""
pass