Lines Matching refs:args
73 async exec ([action, ...args]) {
75 await this.ls(args[0])
77 await this.changeOwners(args[0], args[1], 'add')
79 await this.changeOwners(args[0], args[1], 'rm')
85 async execWorkspaces ([action, ...args]) {
88 if ((action === 'ls' && args.length > 0) || args.length > 1) {
93 return this.exec([action, ...args])
100 await this.changeOwners(args[0], name, 'add')
102 await this.changeOwners(args[0], name, 'rm')