summaryrefslogtreecommitdiffstats
path: root/core/command/base.php
Commit message (Collapse)AuthorAgeFilesLines
* Register process control signel handlers only on execution of the commandThomas Müller2016-02-091-10/+12
|
* Move signal handling to the base class to allow other commands to reuse this ↵Thomas Müller2016-02-011-0/+38
| | | | feature
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Use constants for the output formatsJoas Schilling2015-07-171-5/+9
|
* Use json_pretty as default for the config lists (for easier export/import)Joas Schilling2015-07-161-1/+3
|
* Add a command to get a config valueJoas Schilling2015-07-071-2/+26
|
* Missing docJoas Schilling2015-07-071-0/+1
|
* Fix nested array listsJoas Schilling2015-07-071-4/+9
|
* Remove the app version from disabled app listJoas Schilling2015-04-201-1/+22
|
* change handling in app:listJoas Schilling2015-04-091-0/+5
|
* Replace print_r() with pretty jsonJoas Schilling2015-04-091-9/+6
|
* Add an option to get the output in plain, json or print_r syntaxJoas Schilling2015-04-091-0/+60