From 5c48d7a378ff066f59b9cee02f2803ebe1616481 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 22 Nov 2012 04:05:09 +0000 Subject: factor out common HandleShow code for "show uptime" --- OpenSim/Framework/ICommandConsole.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Framework/ICommandConsole.cs') diff --git a/OpenSim/Framework/ICommandConsole.cs b/OpenSim/Framework/ICommandConsole.cs index 8cd20da..a6573f8 100644 --- a/OpenSim/Framework/ICommandConsole.cs +++ b/OpenSim/Framework/ICommandConsole.cs @@ -83,6 +83,11 @@ namespace OpenSim.Framework ICommands Commands { get; } /// + /// The default prompt text. + /// + string DefaultPrompt { get; set; } + + /// /// Display a command prompt on the console and wait for user input /// void Prompt(); -- cgit v1.1