Implemented run command
This commit is contained in:
parent
0b4b3343c4
commit
c139dced9e
7 changed files with 95 additions and 19 deletions
|
@ -14,6 +14,9 @@ func Main(args []string) int {
|
|||
case "build":
|
||||
return Build(args[1:])
|
||||
|
||||
case "run":
|
||||
return Run(args[1:])
|
||||
|
||||
case "system":
|
||||
return System(args[1:])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue