Class Extensions::Filesystem
In: extensions/filesystem.rb
Parent: Extensions::Simple

This module uses is a proof of concept for an implementation of the SimpleDispatcher that provides actions related to the filesystem. Actions provided are:

ls
lists entries under the directory specified as argument much in the way of the unix command.

Constants

INFO = { :commands => { 'ls' => { :desc => 'lists entries under the directory specified as argument', :syntax => [ { :required => true, :label=>'path', :regexp=> /.+/

[Validate]