spielbash
spielbash copied to clipboard
Can't make it work
Hello i've tried to make it work but with no success. I tried lot of command but each time i get the same error message and i have no idea of what the script is waiting for
$ spielbash record --script scenario.yaml --output outputfile.json
error: Invalid argument
$ spielbash record --script=scenario.yaml --output=outputfile.json
error: Invalid argument
I'd installed it with the command gem install spielbash
Hey @dbuteau. It does seem like something is wrong with your script. Could you try removing some section of the scenario.yaml and check when it starts to work? Better yet, try the samples from the repo
Better yet, try the samples from the repo
It is already
spielbash record --script=scenario_1.yaml -o test
this worked for me.