[Bps-public-commit] r16574 - in sd/branches/sd-dispatcher: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Oct 28 13:21:47 EDT 2008


Author: sartak
Date: Tue Oct 28 13:21:47 2008
New Revision: 16574

Modified:
   sd/branches/sd-dispatcher/   (props changed)
   sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm

Log:
 r74685 at onn:  sartak | 2008-10-28 13:21:43 -0400
 Need to dispatch on help


Modified: sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm
==============================================================================
--- sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm	(original)
+++ sd/branches/sd-dispatcher/lib/App/SD/CLI/Dispatcher.pm	Tue Oct 28 13:21:47 2008
@@ -17,6 +17,8 @@
     rewrite [ ['list', 'find'] ] => 'help search';
 };
 
+on help => run_command('Help');
+
 under ticket => sub {
     on create   => run_command('Ticket::Create');
     on basics   => run_command('Ticket::Basics');



More information about the Bps-public-commit mailing list