Sha256: c4c71336883efa6679ab9f8dc0f603dafa5434c00eb6fb6ccbcd88f2e2c59186

Contents?: true

Size: 176 Bytes

Versions: 3

Compression:

Stored size: 176 Bytes

Contents

class NewCommand < AppCommand

  def self.call args
    log :higher, "Called #{self}.#{__method__} with args #{args}"

    Liza::GenerateCommand.call ["app", *args]
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lizarb-1.0.3 app/dev/commands/new_command.rb
lizarb-1.0.2 app/dev/commands/new_command.rb
lizarb-1.0.1 app/dev/commands/new_command.rb