Class: Neetob::CLI::Github::MakePr::Commands
Instance Method Summary
collapse
banner, subcommand_prefix
Instance Method Details
#compliance_fix ⇒ Object
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
|
#script ⇒ Object
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
|