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 ddc8956 commit c5b3864Copy full SHA for c5b3864
denops/@denops-private/cli.ts
@@ -3,7 +3,7 @@ import {
3
writableStreamFromWorker,
4
} from "jsr:@lambdalisue/workerio@4.0.1";
5
import { deadline } from "jsr:@std/async@1.0.1/deadline";
6
-import { parseArgs } from "jsr:@std/cli@0.224.3/parse-args";
+import { parseArgs } from "jsr:@std/cli@1.0.1/parse-args";
7
import { asyncSignal } from "jsr:@milly/async-signal@^1.0.0";
8
9
const WORKER_SCRIPT = import.meta.resolve("./worker.ts");
0 commit comments