[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / jake / usage.txt
1 Jake JavaScript build tool
2 ********************************************************************************
3 If no flags are given, Jake looks for a Jakefile or Jakefile.js in the current directory.
4 ********************************************************************************
5 {Usage}: jake [options ...] [env variables ...] target
6
7 {Options}:
8   -f,     --jakefile FILE            Use FILE as the Jakefile.
9   -C,     --directory DIRECTORY      Change to DIRECTORY before running tasks.
10   -B,     --always-make              Unconditionally make all targets.
11   -T/ls,  --tasks                 Display the tasks (matching optional PATTERN) with descriptions, then exit.
12   -J,     --jakelibdir JAKELIBDIR    Auto-import any .jake files in JAKELIBDIR. (default is \'jakelib\')
13   -h,     --help                     Display this help message.
14   -V/v,   --version                  Display the Jake version.
15   -ar,    --allow-rejection          Keep running even after unhandled promise rejection
16