These are useful to support arguments without provided keys, like garbo 40 to run for only 40 turns.
This PR also improves the error messages in the argument parser.
This is a type breaking change, since the last argument to Args.create was changed from an optional string to an optional object. But I think I am the only user currently using the previous behavior.
These are useful to support arguments without provided keys, like
garbo 40
to run for only 40 turns.This PR also improves the error messages in the argument parser.
This is a type breaking change, since the last argument to Args.create was changed from an optional string to an optional object. But I think I am the only user currently using the previous behavior.