Skip to content

Commit d1b6861

Browse files
[autofix.ci] apply automated fixes
1 parent a201976 commit d1b6861

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

  • packages/plugin-completions/src

packages/plugin-completions/src/a.ts

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
import { TestBaseCli } from "@clerc/test-utils";
2-
import { Cli, Types, friendlyErrorPlugin, helpPlugin, completionsPlugin } from "clerc";
1+
import { Cli, Types, completionsPlugin, friendlyErrorPlugin } from "clerc";
32

4-
Cli()
5-
.name("my-cli")
6-
.scriptName("my-cli")
7-
.version("1.0.0")
8-
.description("My CLI with completions")
9-
// .use(completionsPlugin())
10-
// .use(friendlyErrorPlugin())
11-
// .parse();
12-
// 啊离开了课件课件
13-
// 12313213123213
3+
Cli()
4+
.name("my-cli")
5+
.scriptName("my-cli")
6+
.version("1.0.0")
7+
.description("My CLI with completions")
8+
// .use(completionsPlugin())
9+
// .use(friendlyErrorPlugin())
10+
// .parse();
11+
// 啊离开了课件课件
12+
// 12313213123213
1413
.use(friendlyErrorPlugin())
15-
.use(completionsPlugin())
16-
.command("test", "Test command", {
14+
.use(completionsPlugin())
15+
.command("test", "Test command", {
1716
parameters: [
1817
"<param>",
1918
{
@@ -23,7 +22,7 @@ import { Cli, Types, friendlyErrorPlugin, helpPlugin, completionsPlugin } from "
2322
{
2423
key: "[range]",
2524
type: Types.Range(1, 10),
26-
}
25+
},
2726
],
2827
flags: {
2928
bbb: {

0 commit comments

Comments
 (0)