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
// cli.prompt is synchronous and the rest of the code won't be executed until there's an answer.constinput=cli.prompt("Are you sure you want to do this? (y/N)");if(input.toLowerCase()!=="y"){cli.log("Doing something...");}else{cli.log("Not doing something...");}
The text was updated successfully, but these errors were encountered:
Something like this:
The text was updated successfully, but these errors were encountered: