We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89485e commit 0252b80Copy full SHA for 0252b80
1 file changed
pkgm.ts
@@ -1,6 +1,8 @@
1
#!/usr/bin/env -S pkgx --quiet deno^2.1 run --ext=ts --allow-sys=uid --allow-run --allow-env --allow-read --allow-write --allow-ffi
2
import {
3
+ hooks,
4
Path,
5
+ plumbing,
6
SemVer,
7
semver,
8
} from "https://deno.land/x/libpkgx@v0.20.3/mod.ts";
@@ -451,8 +453,6 @@ async function* ls() {
451
453
}
452
454
455
-import { hooks, plumbing } from "https://deno.land/x/libpkgx@v0.20.3/mod.ts";
-
456
async function uninstall(arg: string) {
457
let found: { project: string } | undefined =
458
(await hooks.usePantry().find(arg))?.[0];
0 commit comments