Module: Charyf::Command::EnvironmentArgument

Included in:
CliCommand, ConsoleCommand, ServerCommand
Defined in:
lib/charyf/utils/command/environment_argument.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



8
9
10
11
# File 'lib/charyf/utils/command/environment_argument.rb', line 8

def self.included(base)
  base.class_option :environment, aliases: "-e", type: :string,
               desc: "Specifies the environment to run this console under (test/development/production)."
end