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 quest = spinner("Creating quest...", quest_fut).await?;
92
92
93
93
println!(
94
-
"\nQuest created in directory: {}\n\nYou should open that directory in your preferred code editor, then start the quest by following the directions below.",
95
-
quest.dir.display()
94
+
"\nQuest created in directory: {}\n\nYou should open that directory in your preferred code editor, then start the quest by running:\n\n$ cd {}\n$ repo-quest",
0 commit comments