@stephendolan/helpscout-cli 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -897,7 +897,7 @@ function createWorkflowsCommand() {
|
|
|
897
897
|
|
|
898
898
|
// src/cli.ts
|
|
899
899
|
var program = new Command7();
|
|
900
|
-
program.name("helpscout").description("A command-line interface for Help Scout").version("1.0.
|
|
900
|
+
program.name("helpscout").description("A command-line interface for Help Scout").version("1.0.1").option("-c, --compact", "Minified JSON output (single line)").option("-p, --plain", "Strip HTML from body fields, output plain text").option("--include-metadata", "Include _links and _embedded in responses (stripped by default)").option("-f, --fields <fields>", "Comma-separated list of fields to include in output").hook("preAction", (thisCommand) => {
|
|
901
901
|
const options = thisCommand.opts();
|
|
902
902
|
setOutputOptions({
|
|
903
903
|
compact: options.compact,
|