@qzhuli/qzhuli-cli 0.5.5 → 0.5.6-beta.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/cmd.js +1 -1
- package/package.json +1 -1
package/dist/cmd.js
CHANGED
|
@@ -15305,7 +15305,7 @@ async function main() {
|
|
|
15305
15305
|
${t("cli.banner")}` : t("cli.banner");
|
|
15306
15306
|
program.addHelpText("beforeAll", `${banner}
|
|
15307
15307
|
`);
|
|
15308
|
-
program.name("qz").version(`v${"0.5.
|
|
15308
|
+
program.name("qz").version(`v${"0.5.6-beta.1"}`, "-v, --version", t("options.version")).helpOption("-h, --help", t("options.help")).option("-q, --jq <expr>", t("options.jq")).option("--dry-run", t("options.dryRun"));
|
|
15309
15309
|
program.usage("<command> [subcommand] [options]");
|
|
15310
15310
|
program.hook("preAction", () => {
|
|
15311
15311
|
const opts = program.opts();
|