class Amber::CLI::MainCommand::Plugin::Options
- Amber::CLI::MainCommand::Plugin::Options
 - Command::Options
 - Cli::OptionModel
 - Optarg::Model
 - Reference
 - Object
 
Overview
The dedicated Cli::OptionModel subclass for the Plugin class.
This class is automatically defined by the Crystal CLI library.
Defined in:
amber/cli/commands/plugin.cr:9amber/cli/commands/plugin.cr:10
Instance Method Summary
- 
        #args
        
          
Returns the ARGS argument value.
 - 
        #name
        
          
Returns the NAME argument value.
 - 
        #name?
        
          
Returns the NAME argument value.
 - 
        #u?
        
          
Returns the -u option value.
 - 
        #uninstall?
        
          
Returns the -u option value.
 
Instance Method Detail
        
        def args
        #
      
      
        Returns the ARGS argument value.
This method is automatically defined by the optarg library.
        
        def name
        #
      
      
        Returns the NAME argument value.
This method is automatically defined by the optarg library.
        
        def name?
        #
      
      
        Returns the NAME argument value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
        
        def uninstall?
        #
      
      
        Returns the -u option value.
This method is automatically defined by the optarg library.