mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix cli role name attr
This commit is contained in:
@@ -55,7 +55,7 @@ const rolesCommand = program.command('roles');
|
||||
rolesCommand
|
||||
.command('create')
|
||||
.description('Create a new role')
|
||||
.option('--name <value>', `name for the role`)
|
||||
.option('--role <value>', `name for the role`)
|
||||
.option('--admin', `whether or not the role has admin access`)
|
||||
.action(rolesCreate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user