This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* GUI Permission Dialog for Deno | |
* | |
* Runs a Deno script and shows permission prompts as GUI dialogs | |
* instead of CLI prompts. | |
* | |
* Usage: | |
* deno run -A gui-permissions.ts my-script.ts | |
*/ |