Sha256: fc93451f09793fa724d98f13dde509bfcc11e0a9954ad0e8e1a2ed3384d3f536
Contents?: true
Size: 242 Bytes
Versions: 4
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true require_relative '../command' module Dru module Commands class Down < Dru::Command def execute(input: $stdin, output: $stdout) run_docker_compose_command('down') end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
dru-0.6.0 | lib/dru/commands/down.rb |
dru-0.5.2 | lib/dru/commands/down.rb |
dru-0.5.1 | lib/dru/commands/down.rb |
dru-0.5.0 | lib/dru/commands/down.rb |