Class: Ronin::Payloads::CLI::Commands::Completion Private
- Inherits:
 - 
      Core::CLI::CompletionCommand
      
        
- Object
 - Core::CLI::CompletionCommand
 - Ronin::Payloads::CLI::Commands::Completion
 
 
- Defined in:
 - lib/ronin/payloads/cli/commands/completion.rb
 
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Manages the shell completion rules for ronin-payloads.
Usage
ronin-payloads completion [options]
Options
    --print                      Prints the shell completion file
    --install                    Installs the shell completion file
    --uninstall                  Uninstalls the shell completion file
-h, --help                       Print help information
Examples
ronin-payloads completion --print
ronin-payloads completion --install
ronin-payloads completion --uninstall