[Bps-public-commit] r15337 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Aug 21 07:29:05 EDT 2008


Author: sartak
Date: Thu Aug 21 07:29:03 2008
New Revision: 15337

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm

Log:
 r70165 at onn:  sartak | 2008-08-21 07:28:55 -0400
 Clear args and props between commands in the shell


Modified: Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm	Thu Aug 21 07:29:03 2008
@@ -41,6 +41,9 @@
     my $self = shift;
     my $line = shift;
 
+    $self->cli->clear_args;
+    $self->cli->clear_props;
+
     local @ARGV = split ' ', $line;
 
     eval {



More information about the Bps-public-commit mailing list