nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
148 stars 23 forks source link

occ tables:update command is broken: The "description" option does not exist #1044

Closed nickvergessen closed 6 months ago

nickvergessen commented 6 months ago

Steps to reproduce

$ occ tables:update --archived 130 

https://github.com/nextcloud/tables/blame/main/lib/Command/RenameTable.php#L85

Expected behavior

Works

Actual behavior


  The "description" option does not exist.  

tables:update [-e|--emoji [EMOJI]] [-a|--archived] [--] <ID> <title>

The option is there but not defined on the command...