Begin further integration of code into hack

This commit is contained in:
Nico Schottelius 2020-01-14 11:25:06 +01:00
parent 083ba43918
commit c0e6d6a0d8
3 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import argparse
from uncloud.hack.vm import VM
arg_parser = argparse.ArgumentParser('hack', add_help=False)
#description="Commands that are unfinished - use at own risk")
arg_parser.add_argument('--create-vm', action='store_true')