dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
1.02k stars 34 forks source link

feat(windows): request folder permissions when traversing path #269

Closed dsherret closed 5 months ago

dsherret commented 5 months ago
> deno run asdf.ts
✅ Granted env access.                                                                                                                                                                                                                                                                          
✅ Granted read access to <CWD>.                                                                                                                                                                                                                                                                
✅ Granted read access to "C:\Program Files\PowerShell\7\".                                                                                                                                                                                                                                     
✅ Granted read access to "C:\Program Files\Common Files\Oracle\Java\javapath\".                                                                                                                                                                                                                
✅ Granted read access to "C:\PROGRAMDATA\ORACLE\JAVA\JAVAPATH\".                                                                                                                                                                                                                               
✅ Granted read access to "C:\WINDOWS\SYSTEM32\".                                                                                                                                                                                                                                               
✅ Granted run access to "C:\WINDOWS\SYSTEM32\curl.EXE".

Closes https://github.com/dsherret/dax/issues/183