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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2021-05-02 11:05:20 +0300
committerGitHub <noreply@github.com>2021-05-02 11:05:20 +0300
commitc53aabf354bd2627ffe0828aaf3ef0b34c9237b6 (patch)
tree26ee1d82e61428f85ddb7e2255a77587c09b4d6f /appinfo
parent18d134157901c5c5338de8f9e72ac020bf8d8371 (diff)
parent32923834df2b3dac7f0b0699040f099c8a7313f0 (diff)
Merge pull request #1516 from PhrozenByte/feature/commands
Add polls:share:* CLI commands
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f44dea20..cb8a4422 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -28,6 +28,10 @@
<background-jobs>
<job>OCA\Polls\Cron\NotificationCron</job>
</background-jobs>
+ <commands>
+ <command>OCA\Polls\Command\Share\Add</command>
+ <command>OCA\Polls\Command\Share\Remove</command>
+ </commands>
<repair-steps>
<pre-migration>
<step>OCA\Polls\Migration\DeleteDuplicates</step>