Module: Tmrw

Extended by:
Tmrw
Included in:
Tmrw
Defined in:
lib/tmrw.rb,
lib/tmrw/cli.rb,
lib/tmrw/color.rb,
lib/tmrw/version.rb,
lib/tmrw/docker_image.rb,
lib/tmrw/open_command.rb,
lib/tmrw/switch_command.rb,
lib/tmrw/console_command.rb,
lib/tmrw/publish_command.rb,
lib/tmrw/containers_command.rb,
lib/tmrw/namespaces_command.rb

Defined Under Namespace

Modules: CLI, Color Classes: ConsoleCommand, ContainersCommand, DockerImage, NamespacesCommand, OpenCommand, PublishCommand, SwitchCommand

Constant Summary collapse

VERSION =
"0.2.0".freeze

Instance Method Summary collapse

Instance Method Details

#startObject



18
19
20
# File 'lib/tmrw.rb', line 18

def start
  Dry::CLI.new(Tmrw::CLI).call
end