UNPKG

@fastly/js-compute

Version:

JavaScript SDK and CLI for building JavaScript applications on [Fastly Compute](https://www.fastly.com/products/edge-compute/serverless).

10 lines (7 loc) 264 B
export function unknownArgument(cliInput) { console.error(`error: Found argument '${cliInput}' which wasn't expected, or isn't valid in this context USAGE: js-compute-runtime [FLAGS] [OPTIONS] [ARGS] For more information try --help`); process.exit(1); }