Skip to content

Commit

Permalink
chore(cli): Make directly executable on *nix
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Jan 29, 2022
1 parent 45d8210 commit c1b6de7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feat/dependencies-of/cli.ts
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env -S deno run --allow-run=deno,dot

import * as Flags from "https://deno.land/[email protected]/flags/mod.ts";
const flags = Flags.parse(Deno.args, {
alias: {
Expand Down

0 comments on commit c1b6de7

Please sign in to comment.