Exemplo n.º 1
0
 String getPrompt() {
   String prompt = shell.getPrompt();
   return prompt == null ? "% " : prompt;
 }