add remaining scripts, export to json file, fix compile

This commit is contained in:
Emily Martins 2022-05-20 18:08:31 +02:00
parent 1ba5722409
commit effbcd1d6b
7 changed files with 83 additions and 20 deletions

View file

@ -23,14 +23,14 @@ opt =
( Opt.long "config"
<> Opt.short 'c'
<> Opt.metavar "CONFIG_PATH"
<> Opt.value "./"
<> Opt.value "./agora-scripts/agora-params.json"
<> Opt.help "The path where the script configuration is."
)
<*> Opt.strOption
( Opt.long "output"
<> Opt.short 'o'
<> Opt.metavar "OUTPUT_PATH"
<> Opt.value "./"
<> Opt.value "./agora-scripts/agora-scripts.json"
<> Opt.help "Output where generated scripts will be."
)