You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would prefer the script wouldn't interact with the fs at all, and only do step 1..
For one, not needing file access will make the script work better with deno, as we wouldn't need to ask for the file system permission. People will be less reluctant to run the script.
More importantly, I'd like this script to be run-able from a browser some day :)
The text was updated successfully, but these errors were encountered:
Today, this script does two things
git
I would prefer the script wouldn't interact with the fs at all, and only do step
1.
.For one, not needing file access will make the script work better with
deno
, as we wouldn't need to ask for the file system permission. People will be less reluctant to run the script.More importantly, I'd like this script to be run-able from a browser some day :)
The text was updated successfully, but these errors were encountered: