forked from uncloud/uncloud
Begin further integration of code into hack
This commit is contained in:
parent
083ba43918
commit
c0e6d6a0d8
3 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue