aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Command/Delete.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-291-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Refactors files app commands.Faraz Samapoor2023-07-121-8/+6
| | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* add command to write a fileRobin Appelman2023-05-041-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* move get/delete commands to files namespace, make get take the output as ↵Robin Appelman2023-05-041-0/+116
argument instead of option Signed-off-by: Robin Appelman <robin@icewind.nl>