abstract class DockerProjectManager::Command

Direct Known Subclasses

Defined in:

command.cr

Constructors

Class Method Summary

Constructor Detail

def self.new(name : String, args : Array(String)) #

[View source]

Class Method Detail

def self.command(command_name) : self.class #

[View source]
def self.commands : Hash(String, Command.class) #

[View source]
def self.run(args) #

[View source]