Module: Lucie::Commands

Defined in:
lib/lucie-cmd/commands.rb

Overview

Lucie provides library to work with command line applications in an easy way.

In order to use these methods in your controller class you need to include it to the class.

class SampleController < Lucie::Controller::Base
  include Lucie::Commands
end

Defined Under Namespace

Classes: CommandsHelper