Sha256: b91f4990a999a20dd8563c0dd3bc67288af3517a03bf149f0c4ab04da225711a
Contents?: true
Size: 203 Bytes
Versions: 3
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true module Umwelt::CLI class Commands::Pull < Hanami::CLI::Command desc 'Pull project from remote Umwelt' def call(*) puts 'Pulling project' end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
umwelt-0.2 | lib/umwelt/cli/commands/pull.rb |
umwelt-0.1.1 | lib/umwelt/cli/commands/pull.rb |
umwelt-0.1.0 | lib/umwelt/cli/commands/pull.rb |