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



24
25
26
27
28
# File 'lib/neetob/cli/github/make_pr/commands.rb', line 24

def compliance_fix
  ComplianceFix.new(
    options[:repos], options[:nanos], options[:sandbox], options[:labels],
    options[:local]).run
end

#scriptObject



37
38
39
40
41
# File 'lib/neetob/cli/github/make_pr/commands.rb', line 37

def script
  Script.new(
    options[:repos], options[:path], options[:title], options[:branch], options[:description],
    options[:nanos], options[:frontend_packages], options[:sandbox], options[:labels], options[:local]).run
end