Skip to content

Commit c1b6de7

Browse files
committed
chore(cli): Make directly executable on *nix
1 parent 45d8210 commit c1b6de7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

feat/dependencies-of/cli.ts

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env -S deno run --allow-run=deno,dot
2+
13
import * as Flags from "https://deno.land/[email protected]/flags/mod.ts";
24
const flags = Flags.parse(Deno.args, {
35
alias: {

0 commit comments

Comments
 (0)