Home
last modified time | relevance | path

Searched refs:executableFile (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
DNodeInitializationAction.php25 public $executableFile; variable in Google\\Service\\Dataproc\\NodeInitializationAction
34 public function setExecutableFile($executableFile) argument
36 $this->executableFile = $executableFile;
43 return $this->executableFile;
/plugin/asciidocjs/node_modules/commander/typings/
Dindex.d.ts366 executableFile?: string; property
/plugin/asciidocjs/node_modules/commander/
DCHANGELOG.md227 * 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' })`
DReadme.md421 You can specify a custom name with the `executableFile` configuration option.
433 .command('update', 'update installed packages', {executableFile: 'myUpdateSubCommand'})
Dindex.js189 …cmd._executableFile = opts.executableFile || null; // Custom name for executable file, set missing…