diff options
author | Robin Appelman <robin@icewind.nl> | 2023-04-28 17:13:20 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2023-05-04 18:21:58 +0200 |
commit | f9fb102f0b21ba4c7014b2594b986b71a6a9495e (patch) | |
tree | af2c54c1f04d23d1d38407a7bd03c02a920caeba /apps/files/appinfo | |
parent | ad81a5f33394f2666f57c0c21e6bb49e4989a49e (diff) | |
download | nextcloud-server-f9fb102f0b21ba4c7014b2594b986b71a6a9495e.tar.gz nextcloud-server-f9fb102f0b21ba4c7014b2594b986b71a6a9495e.zip |
move get/delete commands to files namespace, make get take the output as argument instead of option
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/info.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 985a26f6611..77e90a9cbb4 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -35,6 +35,8 @@ <command>OCA\Files\Command\TransferOwnership</command> <command>OCA\Files\Command\ScanAppData</command> <command>OCA\Files\Command\RepairTree</command> + <command>OCA\Files\Command\Get</command> + <command>OCA\Files\Command\Delete</command> </commands> <activity> |