Lines Matching refs:executable
25 - [Stand-alone executable (sub)commands](#stand-alone-executable-subcommands)
41 - [Debugging stand-alone executable subcommands](#debugging-stand-alone-executable-subcommands)
303 …: using an action handler attached to the command, or as a stand-alone executable file (described …
321 // Command implemented using stand-alone executable file (description is second parameter to `.comm…
417 ### Stand-alone executable (sub)commands
423 You handle the options for an executable (sub)command in the executable, and don't declare them at …
628 If you use `ts-node` and stand-alone executable subcommands written as `.ts` files, you need to ca…
654 ### Debugging stand-alone executable subcommands
656 An executable subcommand is launched as a separate child process.
658 …bugging](https://nodejs.org/en/docs/guides/debugging-getting-started/) executable subcommands usin…
661 If you are using VSCode to debug executable subcommands you need to set the `"autoAttachChildProces…
668 …override behaviour is to throw the error, except for async handling of executable subcommand compl…