class Cucumber::Cli::Options

def init_msg

def init_msg
  [
    'Initializes folder structure and generates conventional files for',
    'a Cucumber project.'
  ]
end