[Bps-public-commit] SD branch, master, updated. cf810a51f9f5a8e36b4dd0914204f745e65f5b5b

sartak at bestpractical.com sartak at bestpractical.com
Mon Mar 16 13:58:25 EDT 2009


The branch, master has been updated
       via  cf810a51f9f5a8e36b4dd0914204f745e65f5b5b (commit)
      from  1dda901b47e06f07be308993bc9dc6d81898ae05 (commit)

Summary of changes:
 lib/App/SD/CLI/Dispatcher.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit cf810a51f9f5a8e36b4dd0914204f745e65f5b5b
Author: Shawn M Moore <sartak at gmail.com>
Date:   Mon Mar 16 13:58:17 2009 -0400

    Add a browser command dispatcher rule

diff --git a/lib/App/SD/CLI/Dispatcher.pm b/lib/App/SD/CLI/Dispatcher.pm
index 205e9e8..9e50271 100644
--- a/lib/App/SD/CLI/Dispatcher.pm
+++ b/lib/App/SD/CLI/Dispatcher.pm
@@ -46,6 +46,7 @@ under help => sub {
 };
 
 on help => run_command('Help');
+on browser => run_command('Browser');
 
 under ticket => sub {
     on [ [ 'search', 'list', 'ls' ] ] => run_command('Ticket::Search');

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list