We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--run
cabal run swarm:swarm -- --run example/list.sw
The text was updated successfully, but these errors were encountered:
Hmm, I guess the problem is that it doesn't know which scenario to use so it just uses a blank default game state. It works if you do
cabal run swarm:swarm -- --run example/list.sw -c 00-classic
I guess we should just make classic mode the default if no scenario is specified?
Sorry, something went wrong.
--seed
skip menu and default to classic mode if --run or --seed is given (…
128a15e
…#364) Closes #363. Also addresses the issue discussed in #359 .
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: