Method: Commands::Promote#options

Defined in:
lib/commands/promote.rb

#optionsObject

holds the options that were passed you can set any initial defaults here



13
14
15
16
# File 'lib/commands/promote.rb', line 13

def options
  @options ||= {
  }
end