Method: Wordlist::CLI#command
- Defined in:
- lib/wordlist/cli.rb
#command ⇒ String? (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The command to run with each word from the wordlist.
57 58 59 |
# File 'lib/wordlist/cli.rb', line 57 def command @command end |