User configuration
Closed this issue · 1 comments
dantleech commented
Allow setting of parameters such as:
- Error verbositry:
verbose: true
- Decimal expansion in timings:
profiler.decimal_expansion
- etc.
You should be able to set parameters at runtime:
PHPCRSH> config:set verbose true
PHPCRSH> config:decimal_expansion: 4
and "burn" the config to the config file (this functionality already exists for aliases).
PHPCRSH> config:save
dantleech commented
Done