Class: Ace::B36ts::CLI::Commands::Config

Inherits:
Support::Cli::Command
  • Object
show all
Includes:
Support::Cli::Base
Defined in:
lib/ace/b36ts/cli/commands/config.rb

Overview

Show current configuration

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



22
23
24
# File 'lib/ace/b36ts/cli/commands/config.rb', line 22

def call(**options)
  Ace::B36ts::Commands::ConfigCommand.execute(options)
end