phpcr / phpcr-shell

PHPCR Shell
MIT License
69 stars 19 forks source link

User configuration #116

Closed dantleech closed 9 years ago

dantleech commented 9 years ago

Allow setting of parameters such as:

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 9 years ago

Done