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
Sometimes it is useful to override the settings from config.json on the command line.
Currently, it is not possible to change the cliConfig object, because it is frozen, and I am not sure whether not freezing it will break something.
Overriding the configuration could be done by adding something like
Ace 1.3.2
Sometimes it is useful to override the settings from
config.json
on the command line.Currently, it is not possible to change the
cliConfig
object, because it is frozen, and I am not sure whether not freezing it will break something.Overriding the configuration could be done by adding something like
to
meowOptions
.To override the options (which does not work at the moment):
I am looking at the code for the first time, so this probably does not follow coding guidelines.
Alternatively, the command line could allow individual options to be set, like
--return-2-on-validation-error=true
.If someone from the ACE team gives their view on this, I could probably make a PR with the modified code.
The text was updated successfully, but these errors were encountered: