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-02 17:35:45 +0300
committerJoas Schilling <coding@schilljs.com>2019-04-08 18:00:53 +0300
commitd3835dfc83c936e0cabe99052fa558614bf5764c (patch)
treecb7f50456b250d11df4dd03cdffcb4e9650784ac /appinfo
parent7316ba61479591dd67220f62bf8ba0b9a671b060 (diff)
Add /wiki sample command
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5b59ad396..439178490 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -63,6 +63,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<commands>
<command>OCA\Spreed\Command\Command\Add</command>
+ <command>OCA\Spreed\Command\Command\AddSamples</command>
<command>OCA\Spreed\Command\Command\Delete</command>
<command>OCA\Spreed\Command\Command\ListCommand</command>
<command>OCA\Spreed\Command\Command\Update</command>