class

Cl8r::CLI::Dispatcher

Inherits Reference < Object

Central dispatcher for GNU/POSIX CLI subcommands using Polydocopt.

Class methods

register_commands

Registers all subcommands in the global Polydocopt registry.

Source
run(args : Array(String) = ARGV, stdout : IO = STDOUT, stderr : IO = STDERR) : Int32

Executes CLI dispatch with the provided argument array and IO channels.

Source