3h-daemon 中文文档教程

发布于 6年前 浏览 23 项目主页 更新于 3年前

3h-daemon

守护进程库。

Usage

In your command line

3h-daemon <command> [options]

    <command>              The command to execute.
                           Default: node

    -h, --help             Show help info.

    -e, --exec             Use `child_process.exec` instead
                           of `child_process.spawn`.

    -a, --args   <args...> The arguments passed to the command.

    -m, --max    <number>  Max restart times.
                           Default: Infinity

    -d, --delay  <number>  Restart delay.

    -t, --time   <format>  Time format.

    -s, --silent           Disable logs.

    --no-stderr            No stderr for the child process.

    --no-stdin             No stdin for the child process.

    --no-stdout            No stdout for the child process.

In your app

请参阅 typings 中的声明文件以了解 API。

3h-daemon

A daemon lib.

Usage

In your command line

3h-daemon <command> [options]

    <command>              The command to execute.
                           Default: node

    -h, --help             Show help info.

    -e, --exec             Use `child_process.exec` instead
                           of `child_process.spawn`.

    -a, --args   <args...> The arguments passed to the command.

    -m, --max    <number>  Max restart times.
                           Default: Infinity

    -d, --delay  <number>  Restart delay.

    -t, --time   <format>  Time format.

    -s, --silent           Disable logs.

    --no-stderr            No stderr for the child process.

    --no-stdin             No stdin for the child process.

    --no-stdout            No stdout for the child process.

In your app

See declaration files in typings to learn the APIs.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文