Class: Committer::Commands::Setup
- Inherits:
-
Object
- Object
- Committer::Commands::Setup
- Defined in:
- lib/committer/commands/setup.rb
Class Method Summary collapse
Class Method Details
.execute(_args) ⇒ Object
9 10 11 12 13 14 |
# File 'lib/committer/commands/setup.rb', line 9 def self.execute(_args) config_dir = Committer::Config::Constants::CONFIG_DIR writer = Committer::Config::Writer.new(config_dir) writer.setup exit 0 end |