->addArgument('id',InputArgument::REQUIRED,'Id of the resource to update')
->addOption('name',null,InputOption::VALUE_OPTIONAL,'New name of resource');
// folder type options
$this
->addOption('members-acl-permission',null,InputOption::VALUE_OPTIONAL,'New acl permissions for members of resource')
->addOption('managers-acl-permission',null,InputOption::VALUE_OPTIONAL,'New acl permissions for managers of resource')
->addOption('inherited-acl-permission',null,InputOption::VALUE_OPTIONAL,'New acl permissions for users with access to the resource level above (or organization in case resource is top-level)');