Class: Devup::CLI::Commands::Command

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/devup/cli/commands/command.rb

Direct Known Subclasses

Down, Up

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



7
8
9
# File 'lib/devup/cli/commands/command.rb', line 7

def call(**options)
  @opts = options
end