@gilbert_oliveira/commit-wizard 2.9.4 → 2.9.6
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/commit-wizard.js +1 -1
- package/package.json +1 -1
- package/src/bin/commit-wizard.ts +2 -4
- package/src/utils/args.ts +1 -1
package/dist/commit-wizard.js
CHANGED
|
@@ -134,4 +134,4 @@ EXAMPLES:
|
|
|
134
134
|
commit-wizard --auto # Modo totalmente autom\xE1tico
|
|
135
135
|
|
|
136
136
|
Para mais informa\xE7\xF5es, visite: https://github.com/user/commit-wizard
|
|
137
|
-
`)}function Oe(){console.log("commit-wizard v2.9.
|
|
137
|
+
`)}function Oe(){console.log("commit-wizard v2.9.5")}async function ot(){try{let e=Ge(process.argv.slice(2));e.help&&(Ie(),process.exit(0)),e.version&&(Oe(),process.exit(0)),e.auto&&(e.silent=!0,e.yes=!0),e.silent||et("\u{1F9D9}\u200D\u2642\uFE0F Commit Wizard"),await ne(e),e.silent||tt("At\xE9 logo! \u2728")}catch(e){it.error(`Erro: ${e instanceof Error?e.message:"Erro desconhecido"}`),process.exit(1)}}ot();
|
package/package.json
CHANGED
package/src/bin/commit-wizard.ts
CHANGED
package/src/utils/args.ts
CHANGED