@diplodoc/cli 4.14.0 → 4.15.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/build/index.js +2 -1
- package/build/index.js.map +2 -2
- package/package.json +3 -3
- package/src/cmd/translate/handler.ts +1 -0
package/build/index.js
CHANGED
|
@@ -205763,6 +205763,7 @@ function translator(params, split) {
|
|
|
205763
205763
|
return;
|
|
205764
205764
|
}
|
|
205765
205765
|
const { units, skeleton } = extract2(content, {
|
|
205766
|
+
compact: true,
|
|
205766
205767
|
source: {
|
|
205767
205768
|
language: sourceLanguage,
|
|
205768
205769
|
locale: "RU"
|
|
@@ -205901,7 +205902,7 @@ import_yargs.default.command(build).command(publish).command(translate).option("
|
|
|
205901
205902
|
default: false,
|
|
205902
205903
|
describe: "Run in quiet mode. Don't write logs to stdout",
|
|
205903
205904
|
type: "boolean"
|
|
205904
|
-
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.
|
|
205905
|
+
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.15.1" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
|
|
205905
205906
|
console.timeEnd(MAIN_TIMER_ID);
|
|
205906
205907
|
if (err) {
|
|
205907
205908
|
console.error(err);
|