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