diff --git a/cli/lrcli.js b/cli/lrcli.js index 85dbfa3..ffd5a22 100755 --- a/cli/lrcli.js +++ b/cli/lrcli.js @@ -1,4 +1,6 @@ -#!/usr/bin/env -S deno run --allow-read +#!/usr/bin/env -S deno run --allow-read --allow-write + +// TODO: handle the permissions better... somehow? import { parse } from "https://deno.land/std/flags/mod.ts";