Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
docker-project-manager
master
DockerProjectManager
Command
CommandArgumentError
CommandError
Create
Init
NoCommandError
NoSuchCommandError
Update
Built with Crystal 1.9.2
2023-10-07 10:20:29 UTC
abstract class
DockerProjectManager::Command
DockerProjectManager::Command
Reference
Object
Direct Known Subclasses
DockerProjectManager::Create
DockerProjectManager::Init
DockerProjectManager::Update
Defined in:
command.cr
Constructors
.new
(name : String, args : Array(String))
Class Method Summary
.command
(command_name) :
self
.
class
.commands
: Hash(String,
Command
.
class
)
.run
(args)
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
]