Class: Neetob::CLI::Github::Commands
- Inherits:
-
Thor
- Object
- Thor
- Neetob::CLI::Github::Commands
- Defined in:
- lib/neetob/cli/github/commands.rb
Instance Method Summary collapse
Instance Method Details
#brakeman ⇒ Object
63 64 65 |
# File 'lib/neetob/cli/github/commands.rb', line 63 def brakeman Brakeman.new([:repos], [:sandbox]).run end |
#login ⇒ Object
40 41 42 |
# File 'lib/neetob/cli/github/commands.rb', line 40 def login Login.new end |
#protect_branch ⇒ Object
53 54 55 56 |
# File 'lib/neetob/cli/github/commands.rb', line 53 def protect_branch ProtectBranch.new( [:branch], [:repos], [:path], [:sandbox]).run end |