Class: Cli::Feature

Inherits:
Thor
  • Object
show all
Defined in:
lib/straight_line/cli/feature.rb

Overview

Thor subcommand for feature related commands

Instance Method Summary collapse

Instance Method Details

#create(feature_name) ⇒ Object



7
8
9
10
# File 'lib/straight_line/cli/feature.rb', line 7

def create(feature_name)
  cmd = Feature::Create.new feature_name
  cmd.run
end