You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The play command should have optional arguments to override the configuration options that are made available within the options property of GameMetadata.
Description
--debug, --showMinor, and --trackAgentChanges should all just be optional no-arg flags which default to false.
--seed is optional, but must be followed by a string, if used.
It doesn't make sense for allowOverrides to be configurable from the CLI.
The text was updated successfully, but these errors were encountered:
Overview
The
play
command should have optional arguments to override the configuration options that are made available within theoptions
property ofGameMetadata
.Description
--debug
,--showMinor
, and--trackAgentChanges
should all just be optional no-arg flags which default to false.--seed
is optional, but must be followed by a string, if used.It doesn't make sense for
allowOverrides
to be configurable from the CLI.The text was updated successfully, but these errors were encountered: