Updated run files to support the latest change in fig

This commit is contained in:
Panupong Pasupat 2020-08-05 22:02:35 -07:00
parent c95d17fb6c
commit 2788dbf13f
2 changed files with 2 additions and 0 deletions

View File

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

1
run
View File

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