Is there any syntax, how i can omit specifying https://deno.land/std/http/file_server.ts each time in the following command:
deno run --allow-read --allow-net https://deno.land/std/http/file_server.ts ?
It really feels frustrating to have to type https://deno.land/ each time