Skip to content

Commit

Permalink
(GH-184) Prompt character (>)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Apr 3, 2015
1 parent d63564d commit 9a6b91a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public static string prompt_for_confirmation(string prompt, IEnumerable<string>
counter++;
}

Console.Write("> ");
var selection = Console.ReadLine();

if (string.IsNullOrWhiteSpace(selection) && defaultChoice != null)
Expand Down

0 comments on commit 9a6b91a

Please sign in to comment.