Class: Neetob::CLI::Github::MakePr::Commands

Inherits:
SubCommandBase show all
Defined in:
lib/neetob/cli/github/make_pr/commands.rb

Instance Method Summary collapse

Methods inherited from SubCommandBase

banner, subcommand_prefix

Instance Method Details

#compliance_fixObject



21
22
23
# File 'lib/neetob/cli/github/make_pr/commands.rb', line 21

def compliance_fix
  ComplianceFix.new(options[:apps], options[:sandbox]).run
end

#scriptObject



30
31
32
# File 'lib/neetob/cli/github/make_pr/commands.rb', line 30

def script
  Script.new(options[:apps], options[:path], options[:title], options[:branch], options[:sandbox]).run
end