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
let filepath = FilepathSelect::with_theme(&ColorfulTheme::default()).with_prompt("Pick your json or js file").extensions(vec!["json","js"]).defaults("C:/Users/thelu/Repos/wte/src")//Give path or default to current dir path.interact().unwrap();
The text was updated successfully, but these errors were encountered:
Something like this:
The text was updated successfully, but these errors were encountered: