Merge pull request #214 from percyliang/update-run-files

Updated run files to support the latest change in fig
This commit is contained in:
Panupong (Ice) Pasupat 2020-08-05 22:13:14 -07:00 committed by GitHub
commit 5b114fd4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
$: << 'fig/lib'
require 'execrunner'
$optPrefix = '-'
$path = 'interactive'
$output = 'interactive/output'
$modes = []

1
run
View File

@ -7,6 +7,7 @@
$: << 'fig/lib'
require 'execrunner'
$optPrefix = '-'
$modes = []
def addMode(name, description, func)