class Amber::CLI::MainCommand::Pipelines::Options
- Amber::CLI::MainCommand::Pipelines::Options
- Command::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the Pipelines class.
This class is automatically defined by the Crystal CLI library.
Defined in:
amber/cli/commands/pipelines.cr:7amber/cli/commands/pipelines.cr:11
Instance Method Summary
- 
        #no_color?
        
          Returns the --no-color option value. 
- 
        #no_plugs?
        
          Returns the --no-plugs option value. 
Instance Method Detail
        
        def no_color?
        #
      
      
        Returns the --no-color option value.
This method is automatically defined by the optarg library.
        
        def no_plugs?
        #
      
      
        Returns the --no-plugs option value.
This method is automatically defined by the optarg library.