Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-04-09 16:13:18 +0300
committerJoas Schilling <coding@schilljs.com>2019-04-11 13:15:09 +0300
commit962a9875fdba37109c0ae316dcb03fe131564925 (patch)
tree0212e7830481fc313ed27753568b5ca3f0298be5 /lib/Command
parent3e3926bebdabf64709d957527ea010f57530df55 (diff)
Add a hint to share commands
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Command')
-rw-r--r--lib/Command/Command/Add.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Command/Command/Add.php b/lib/Command/Command/Add.php
index deb941825..f57adc050 100644
--- a/lib/Command/Command/Add.php
+++ b/lib/Command/Command/Add.php
@@ -109,5 +109,9 @@ class Add extends Base {
$output->writeln('<info>Command added</info>');
$output->writeln('');
$this->renderCommands(Base::OUTPUT_FORMAT_PLAIN, $output, [$command]);
+
+ $output->writeln('');
+ $output->writeln("<comment>If you think your command makes sense for other users as well, feel free to share it in the following github issue:\n https://github.com/nextcloud/spreed/issues/1566</comment>");
+
}
}