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 45d8210 commit c1b6de7Copy full SHA for c1b6de7
feat/dependencies-of/cli.ts
100644
100755
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env -S deno run --allow-run=deno,dot
2
+
3
import * as Flags from "https://deno.land/[email protected]/flags/mod.ts";
4
const flags = Flags.parse(Deno.args, {
5
alias: {
0 commit comments