-
Enhancement
-
Resolution: Done
-
Major
-
1.0.5.Final
-
None
If a plugin wants to prompt the user to supply some settings it'll use:
ShellPrompt
String promptCommon(String message, PromptType type);
PromptType is what the prompt would use to validate the user input against. Unfortunately PromptType is an enum so there's no way for a plugin to provide it's own prompt type.