Searched refs:executableFile (Results 1 – 5 of 5) sorted by relevance
25 public $executableFile; variable in Google\\Service\\Dataproc\\NodeInitializationAction34 public function setExecutableFile($executableFile) argument36 $this->executableFile = $executableFile;43 return $this->executableFile;
366 executableFile?: string; property
227 * TypeScript definition for `executableFile` in CommandOptions ([#1028])235 * help for sub commands with custom executableFile ([#1018])240 * e.g. `.command('clone', 'clone description', { executableFile: 'myClone' })`
421 You can specify a custom name with the `executableFile` configuration option.433 .command('update', 'update installed packages', {executableFile: 'myUpdateSubCommand'})
189 …cmd._executableFile = opts.executableFile || null; // Custom name for executable file, set missing…