/
Nspection
/
rules-manager-mcp
Обзор
Документация
Войти
/
Nspection
/
rules-manager-mcp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
rules-manager-mcp
/
node_modules
/
execa
/
..
lib
Добавление тестов
5 месяцев назад
index.d.ts
Добавление тестов
5 месяцев назад
index.js
Добавление тестов
5 месяцев назад
license
Добавление тестов
5 месяцев назад
package.json
Добавление тестов
5 месяцев назад
readme.md
Добавление тестов
5 месяцев назад
Why
Install
Usage
Pipe the child process stdout to the parent
Handling Errors
Cancelling a spawned process
Catching an error with the sync method
Kill a process
API
execa(file, arguments, options?)
kill(signal?, options?)
options.forceKillAfterTimeout
cancel()
all
execa.sync(file, arguments?, options?)
execa.command(command, options?)
execa.commandSync(command, options?)
execa.node(scriptPath, arguments?, options?)
childProcessResult
command
escapedCommand
exitCode
stdout
stderr
all
failed
timedOut
isCanceled
killed
signal
signalDescription
message
shortMessage
originalMessage
options
cleanup
preferLocal
localDir
execPath
buffer
input
stdin
stdout
stderr
all
reject
stripFinalNewline
extendEnv
cwd
env
argv0
stdio
serialization
detached
uid
gid
shell
encoding
timeout
maxBuffer
killSignal
windowsVerbatimArguments
windowsHide
nodePath (For `.node()` only)
nodeOptions (For `.node()` only)
Tips
Retry on error
Save and pipe output from a child process
Redirect output to a file
Redirect input from a file
Execute the current package's binary
Related
Maintainers
readme.md