-
Notifications
You must be signed in to change notification settings - Fork 3
Description
command sent: orphic --help
returned
(node:64376) UnhandledPromiseRejectionWarning: Error: Unknown or unexpected option: --help
at arg (/Users/kyleobrien/git/node-orphic-cli/node_modules/arg/index.js:88:19)
at parseArgumentsIntoOptions (/Users/kyleobrien/git/node-orphic-cli/src/cli.js:6:16)
at Proxy.cli (/Users/kyleobrien/git/node-orphic-cli/src/cli.js:65:17)
at Object. (/Users/kyleobrien/git/node-orphic-cli/bin/orphic-cli:4:23)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47
(node:64376) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:64376) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.