class Amber::CLI::MainCommand::Database::Options
- Amber::CLI::MainCommand::Database::Options
 - Command::Options
 - Cli::OptionModel
 - Optarg::Model
 - Reference
 - Object
 
Overview
The dedicated Cli::OptionModel subclass for the Database class.
This class is automatically defined by the Crystal CLI library.
Defined in:
amber/cli/commands/database.cr:12amber/cli/commands/database.cr:17
Instance Method Summary
- 
        #commands
        
          
Returns the COMMANDS argument value.
 - 
        #no_color?
        
          
Returns the --no-color option value.
 
Instance Method Detail
        
        def commands
        #
      
      
        Returns the COMMANDS argument 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.