mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
Just stumbled upon #2054, which mentions removing and installing the app again as a solution. Checked this page, which didn't mention anything about app removal. I basically winged it with `app:remove` and it worked: ```bash $ php occ app:remove calendar calendar disabled calendar removed $ php occ app:install calendar calendar installed calendar enabled ``` This PR just adds app:remove under app commands list. Signed-off-by: Aleksandar Todorović <aleksandar@sigurnost.online>