Configuration: Command Line
Pakyow provides the following environment config options for the command line:
cli.repl
: The repl interface to use. Default:IRB
Example Usage
Command line config lives in config/environment.rb
:
Pakyow.configure do
config.cli.option = value
end