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
Classes: CommandsHelper