resuneer 0.1.1 → 0.1.3
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -377,7 +377,7 @@ import boxen from "boxen";
|
|
|
377
377
|
import chalk from "chalk";
|
|
378
378
|
var cliHeaderText = [
|
|
379
379
|
chalk.bold.blue("Resuneer CLI"),
|
|
380
|
-
chalk.dim("v0.1.
|
|
380
|
+
chalk.dim("v0.1.2")
|
|
381
381
|
].join(" ");
|
|
382
382
|
var cliHeader = boxen(cliHeaderText, {
|
|
383
383
|
padding: { top: 1, bottom: 1, left: 4, right: 4 },
|
|
@@ -19617,8 +19617,8 @@ function preview(cwd = process.cwd()) {
|
|
|
19617
19617
|
}
|
|
19618
19618
|
|
|
19619
19619
|
// src/index.ts
|
|
19620
|
-
var cli = cac("
|
|
19621
|
-
cli.version("0.1.
|
|
19620
|
+
var cli = cac("resuneer");
|
|
19621
|
+
cli.version("0.1.3");
|
|
19622
19622
|
cli.help();
|
|
19623
19623
|
cli.command("init", "\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D5\u30A1\u30A4\u30EB\u3092\u4F5C\u6210\u3059\u308B").action(() => {
|
|
19624
19624
|
init();
|