@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.
Files changed (2) hide show
  1. package/dist/cmd.js +1 -1
  2. 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.5"}`, "-v, --version", t("options.version")).helpOption("-h, --help", t("options.help")).option("-q, --jq <expr>", t("options.jq")).option("--dry-run", t("options.dryRun"));
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qzhuli/qzhuli-cli",
3
- "version": "0.5.5",
3
+ "version": "0.5.6-beta.1",
4
4
  "description": "CLI tool for Q助理 (QZhuli)",
5
5
  "main": "dist/cmd.js",
6
6
  "bin": {