[Bps-public-commit] r14803 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Tue Aug 5 15:52:05 EDT 2008
Author: sartak
Date: Tue Aug 5 15:52:05 2008
New Revision: 14803
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/CLI.pm
Log:
r54109 at gorgoroth: sartak | 2008-08-05 15:51:55 -0400
Add "display" as an alias for "show"
Modified: Prophet/trunk/lib/Prophet/CLI.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI.pm (original)
+++ Prophet/trunk/lib/Prophet/CLI.pm Tue Aug 5 15:52:05 2008
@@ -98,12 +98,13 @@
=cut
our %CMD_MAP = (
- ls => 'search',
- new => 'create',
- edit => 'update',
- rm => 'delete',
- del => 'delete',
- list => 'search',
+ ls => 'search',
+ new => 'create',
+ edit => 'update',
+ rm => 'delete',
+ del => 'delete',
+ list => 'search',
+ display => 'show',
);
=head2 _get_cmd_obj
More information about the Bps-public-commit
mailing list