diff options
author | Sean Molenaar <sean@seanmolenaar.eu> | 2024-11-12 17:16:26 +0100 |
---|---|---|
committer | Sean Molenaar <sean@seanmolenaar.eu> | 2024-11-16 15:49:28 +0100 |
commit | 1ff33e92ac4de44efae3509dece068f46da61e53 (patch) | |
tree | 0e978df4e7c08ee6ecefe52c08e4586b98657e23 /appinfo/info.xml | |
parent | 99fabc323933f9078834dfaa911357860624c8fc (diff) |
feat: Add OPML import in CLI
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r-- | appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml index c0bb40dff..922bc114d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -84,6 +84,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new) <command>OCA\News\Command\Config\FeedDelete</command> <command>OCA\News\Command\Config\FeedDelete</command> <command>OCA\News\Command\Config\OpmlExport</command> + <command>OCA\News\Command\Config\OpmlImport</command> <command>OCA\News\Command\Debug\ItemList</command> <command>OCA\News\Command\Debug\FolderItemList</command> <command>OCA\News\Command\Debug\FeedItemList</command> |