Lines Matching refs:command
6 const command = 'echo';
31 for (let i = 0; i < n; i++) method(command).kill();
36 for (let i = 0; i < n; i++) method(command, options).kill();
41 for (let i = 0; i < n; i++) method(command, options, cb).kill();
50 for (let i = 0; i < n; i++) method(command);
55 for (let i = 0; i < n; i++) method(command, options);
64 for (let i = 0; i < n; i++) method(command).kill();
69 for (let i = 0; i < n; i++) method(command, args).kill();
74 for (let i = 0; i < n; i++) method(command, args, options).kill();
79 for (let i = 0; i < n; i++) method(command, args, options, cb).kill();
89 for (let i = 0; i < n; i++) method(command);
94 for (let i = 0; i < n; i++) method(command, args);
99 for (let i = 0; i < n; i++) method(command, args, options);
108 for (let i = 0; i < n; i++) method(command).kill();
113 for (let i = 0; i < n; i++) method(command, args).kill();
118 for (let i = 0; i < n; i++) method(command, args, options).kill();