Sha256: c8fa2dd9b06db01948a6de11e9686df75a5e606625bc23607262902bb8e04fb6

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

require 'gamefic-sdk/build'

class Gamefic::Sdk::Shell::Command::Clean < Gamefic::Shell::Command::Base
  def initialize
    #options.boolean '-q', '--quiet', 'suppress output', default: false
  end
  
  def run input
    result = parse input
    Gamefic::Sdk::Build.clean result.arguments[1]
  end  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gamefic-sdk-1.1.0 lib/gamefic-sdk/shell/command/clean.rb
gamefic-sdk-1.0.1 lib/gamefic-sdk/shell/command/clean.rb
gamefic-sdk-1.0.0 lib/gamefic-sdk/shell/command/clean.rb