| Class | Commands::Filesystem |
| In: |
commands/modules/filesystem.rb
|
| Parent: | Dispatchers::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=> /.+/ |