[Bps-public-commit] r16768 - sd/trunk/lib/App/SD/CLI

jesse at bestpractical.com jesse at bestpractical.com
Sat Nov 8 22:05:34 EST 2008


Author: jesse
Date: Sat Nov  8 22:05:32 2008
New Revision: 16768

Modified:
   sd/trunk/lib/App/SD/CLI/Dispatcher.pm

Log:
* added back "sd ticket list" support (it was accidentally calling the parent class)

Modified: sd/trunk/lib/App/SD/CLI/Dispatcher.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Dispatcher.pm	(original)
+++ sd/trunk/lib/App/SD/CLI/Dispatcher.pm	Sat Nov  8 22:05:32 2008
@@ -34,12 +34,12 @@
 on help => run_command('Help');
 
 under ticket => sub {
+    on [['search', 'list']]   => run_command('Ticket::Search');
     on create   => run_command('Ticket::Create');
     on basics   => run_command('Ticket::Basics');
     on comments => run_command('Ticket::Comments');
     on comment  => run_command('Ticket::Comment');
     on details  => run_command('Ticket::Details');
-    on search   => run_command('Ticket::Search');
     on show     => run_command('Ticket::Show');
     on update   => run_command('Ticket::Update');
 



More information about the Bps-public-commit mailing list