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