Suggestion: Import Files Using Command Line Arguments #15104
hassandraga
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What about adding a new command line argument
--import <file>
to import files?Example:
--import https://deno.land/x/[email protected]/mod.ts
? This basically import everything*
frommod.ts
This will help users who want to import a module without modifying the script file itself.
Beta Was this translation helpful? Give feedback.
All reactions