@qzhuli/qzhuli-cli 0.1.0-beta.2 → 0.1.0
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
|
@@ -13641,7 +13641,7 @@ async function main() {
|
|
|
13641
13641
|
${t("cli.banner")}` : t("cli.banner");
|
|
13642
13642
|
program.addHelpText("beforeAll", `${banner}
|
|
13643
13643
|
`);
|
|
13644
|
-
program.name("qz").version(`v${"0.1.0
|
|
13644
|
+
program.name("qz").version(`v${"0.1.0"}`, "-v, --version", t("options.version")).helpOption("-h, --help", t("options.help")).option("-q, --jq <expr>", t("options.jq")).option("--dry-run", t("options.dryRun"));
|
|
13645
13645
|
program.usage("<command> [subcommand] [options]");
|
|
13646
13646
|
program.hook("preAction", () => {
|
|
13647
13647
|
const opts = program.opts();
|