We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdecbc2 commit f36ff1bCopy full SHA for f36ff1b
src/cli.ts
@@ -1,5 +1,5 @@
1
-import { EnumType } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/types/enum.ts";
2
-import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/command.ts";
+import { EnumType } from "https://deno.land/x/cliffy@v1.0.0-rc.4/command/types/enum.ts";
+import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.4/command/command.ts";
3
4
import { line, registryKeys, registryReg, registrys } from "./constant.ts";
5
import { getConfig } from "./config.ts";
0 commit comments