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