class

Swarmy::CLI

Inherits Reference < Object

Entry point that parses ARGV, resolves which Docker target to use (local, --host, or a saved --server), and dispatches to the interactive Welcome/App screens or a one-off subcommand.

Constructors

new(docker : Docker | Nil = nil)
Source

Instance methods

run(argv : Array(String)) : Int32

Parses argv and runs the requested command, returning a process exit code.

Source