A command-line utility powered by Cuprum that provides tools and utilities for defining command-line tools.
Generates a Thor::Task wrapping a Cuprum::Cli command class.
#initialize(command_class) => Builder
#command_class => Class (readonly)
#build(full_name: nil) => Class
Generates a Thor::Task wrapping the command class.
The generated task will be assigned Thor metadata automatically, based on the configuration of the command class.
Back to Documentation | Reference | Cuprum | Cuprum::Cli | Cuprum::Cli::Integrations | Cuprum::Cli::Integrations::Thor | Cuprum::Cli::Integrations::Thor::Task