recappi 0.1.8 → 0.1.9
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -20442,7 +20442,7 @@ Agent mode:
|
|
|
20442
20442
|
return program;
|
|
20443
20443
|
}
|
|
20444
20444
|
function addCommonOptions(command) {
|
|
20445
|
-
command.option("--json", "write one JSON envelope to stdout").option("--jsonl", "write JSONL operation events to stdout").option("--human", "write human-readable output").option("--fields <list>", "comma-separated data fields to keep", parseFieldsOption).option("--compact", "omit empty optional data and print compact JSON").option("--origin <url>", "Recappi Cloud origin", parseStringOption("--origin"));
|
|
20445
|
+
command.option("--json", "write one JSON envelope to stdout").option("--jsonl", "write JSONL operation events to stdout").option("--human", "write human-readable output").option("--fields <list>", "comma-separated data fields to keep", parseFieldsOption).option("--compact", "omit empty optional data and print compact JSON").option("--verbose", "accept verbose wrappers without changing output").option("--origin <url>", "Recappi Cloud origin", parseStringOption("--origin"));
|
|
20446
20446
|
}
|
|
20447
20447
|
function audioAction(opts) {
|
|
20448
20448
|
const selected = [
|