summaryrefslogtreecommitdiffstats
path: root/core/command/base.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-04-09 14:44:30 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-04-09 14:44:30 +0200
commit98bdfa1518da32782f8a906e6643c0cde6c4dfc9 (patch)
tree577f5fd49f248607f9fc4afa6a80522fe1b06f48 /core/command/base.php
parentdef3b687ee9881d9842c5e916c2a4fb405f88925 (diff)
downloadnextcloud-server-98bdfa1518da32782f8a906e6643c0cde6c4dfc9.tar.gz
nextcloud-server-98bdfa1518da32782f8a906e6643c0cde6c4dfc9.zip
change handling in app:list
Diffstat (limited to 'core/command/base.php')
-rw-r--r--core/command/base.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/command/base.php b/core/command/base.php
index b43022a550c..c2d5cf97f02 100644
--- a/core/command/base.php
+++ b/core/command/base.php
@@ -39,6 +39,11 @@ class Base extends Command {
;
}
+ /**
+ * @param InputInterface $input
+ * @param OutputInterface $output
+ * @param array $items
+ */
protected function writeArrayInOutputFormat(InputInterface $input, OutputInterface $output, $items) {
switch ($input->getOption('output')) {
case 'json':