Class: Ronin::Fuzzer::CLI::Commands::Completion
- Inherits:
-
Core::CLI::CompletionCommand
- Object
- Core::CLI::CompletionCommand
- Ronin::Fuzzer::CLI::Commands::Completion
- Defined in:
- lib/ronin/fuzzer/cli/commands/completion.rb
Overview
Manages the shell completion rules for ronin-fuzzer
.
Usage
ronin-fuzzer 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-fuzzer completion --print
ronin-fuzzer completion --install
ronin-fuzzer completion --uninstall