Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 2a368c7b1897812fd5a51498e2a930f3 > files > 2

svl-0.29-8mdv2009.0.src.rpm

--- lib/SVL/Command/Help.pm	(revision 69)
+++ Help.pm	(patch Commands list level 1)
@@ -20,7 +20,13 @@
     $parser->output_string(\my $buf);
     $parser->parse_file("$path");
     print $buf;
-  } else {
+  } elsif (not $what) {
+    print "svl: list of command :\n";
+    for (SVL::Command->commands())
+    {
+       print "     $_\n"; 
+    }  
+  } else {   
     print "svl: no help found for $what, try 'svl help'\n";
   }
 }