@tbsten/mir 0.0.2-alpha08 → 0.0.2-alpha09
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -9671,7 +9671,7 @@ function getLocaleFromEnv() {
|
|
|
9671
9671
|
|
|
9672
9672
|
// src/cli.ts
|
|
9673
9673
|
var program = new Command();
|
|
9674
|
-
program.name("mir").description("\u30B9\u30CB\u30DA\u30C3\u30C8\u3092\u914D\u5E03\u30FB\u53D6\u5F97\u3059\u308B CLI \u30C4\u30FC\u30EB").version("0.0.2-
|
|
9674
|
+
program.name("mir").description("\u30B9\u30CB\u30DA\u30C3\u30C8\u3092\u914D\u5E03\u30FB\u53D6\u5F97\u3059\u308B CLI \u30C4\u30FC\u30EB").version("0.0.2-alpha09", "-v, --version").showHelpAfterError(true).option("--config <path>", "\u8A2D\u5B9A\u30D5\u30A1\u30A4\u30EB\u30D1\u30B9 (\u30C7\u30D5\u30A9\u30EB\u30C8: ~/.mir/config.yaml)").option("--locale <lang>", "UI \u8A00\u8A9E (ja|en)").option("--no-interactive", "\u975E\u5BFE\u8A71\u30E2\u30FC\u30C9").configureHelp({
|
|
9675
9675
|
formatHelp(cmd, helper) {
|
|
9676
9676
|
const bold3 = "\x1B[1m";
|
|
9677
9677
|
const cyan3 = "\x1B[36m";
|