Class: Neetob::CLI::Github::Gems::Commands

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

Instance Method Summary collapse

Methods inherited from SubCommandBase

banner, subcommand_prefix

Instance Method Details

#releaseObject



15
16
17
# File 'lib/neetob/cli/github/gems/commands.rb', line 15

def release
  Release.new(options[:nanos], options[:sandbox]).run
end