mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-12-06 11:22:41 +01:00
improved occ command names
This commit is contained in:
parent
4dad10d23f
commit
dc10742476
14 changed files with 22 additions and 22 deletions
|
@ -12,7 +12,7 @@ use OCA\OrganizationFolders\Command\BaseCommand;
|
|||
class ListResourceMembers extends BaseCommand {
|
||||
protected function configure(): void {
|
||||
$this
|
||||
->setName('organization-folders:list-resource-members')
|
||||
->setName('organization-folders:resource-members:list')
|
||||
->addArgument('resource-id', InputArgument::REQUIRED, 'Id of Resource')
|
||||
->setDescription('List all members of resource.');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue