Class: Gemstash::CLI::Authorize
- Defined in:
- lib/gemstash/cli/authorize.rb
Overview
This implements the command line authorize task to authorize users:
$ gemstash authorize authorized-key
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Gemstash::CLI::Base
Instance Method Details
#run ⇒ Object
11 12 13 14 15 16 17 18 19 20 |
# File 'lib/gemstash/cli/authorize.rb', line 11 def run prepare setup_logging if @cli.[:remove] else end end |