[Bps-public-commit] r16576 - in Prophet/branches/class-dispatch: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Oct 28 14:17:45 EDT 2008


Author: sartak
Date: Tue Oct 28 14:17:44 2008
New Revision: 16576

Modified:
   Prophet/branches/class-dispatch/   (props changed)
   Prophet/branches/class-dispatch/lib/Prophet/CLI/Dispatcher.pm

Log:
 r74689 at onn:  sartak | 2008-10-28 14:17:37 -0400
 Add a settings command


Modified: Prophet/branches/class-dispatch/lib/Prophet/CLI/Dispatcher.pm
==============================================================================
--- Prophet/branches/class-dispatch/lib/Prophet/CLI/Dispatcher.pm	(original)
+++ Prophet/branches/class-dispatch/lib/Prophet/CLI/Dispatcher.pm	Tue Oct 28 14:17:44 2008
@@ -16,13 +16,14 @@
 on [ ['delete', 'del', 'rm'] ]   => run_command("Delete");
 on [ ['search', 'list', 'ls' ] ] => run_command("Search");
 
-on merge   => run_command("Merge");
-on pull    => run_command("Pull");
-on publish => run_command("Publish");
-on server  => run_command("Server");
-on config  => run_command("Config");
-on log     => run_command("Log");
-on shell   => run_command("Shell");
+on merge    => run_command("Merge");
+on pull     => run_command("Pull");
+on publish  => run_command("Publish");
+on server   => run_command("Server");
+on config   => run_command("Config");
+on settings => run_command("Settings");
+on log      => run_command("Log");
+on shell    => run_command("Shell");
 
 on export => sub {
     my $self = shift;



More information about the Bps-public-commit mailing list