Sha256: c462c48187ab61cc04abec811420b63676ddb5974989767843fd100abce77462

Contents?: true

Size: 332 Bytes

Versions: 9

Compression:

Stored size: 332 Bytes

Contents

module Hippo
    module Command

        class Update < Thor

            desc 'update model [NAME]', 'Updates a model'
            long_desc Command.usage_from_file("update_model")
            register Command::UpdateModel, 'model', 'model [NAME]', 'Updates a client model to match the server definition'

        end

    end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 lib/hippo/command/update.rb
hippo-fw-0.9.8 lib/hippo/command/update.rb
hippo-fw-0.9.7 lib/hippo/command/update.rb
hippo-fw-0.9.6 lib/hippo/command/update.rb
hippo-fw-0.9.5 lib/hippo/command/update.rb
hippo-fw-0.9.4 lib/hippo/command/update.rb
hippo-fw-0.9.3 lib/hippo/command/update.rb
hippo-fw-0.9.2 lib/hippo/command/update.rb
hippo-fw-0.9.1 lib/hippo/command/update.rb