Method: Wordlist::CLI#command

Defined in:
lib/wordlist/cli.rb

#commandString? (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.

Returns:

  • (String, nil)

Since:

  • 1.0.0



57
58
59
# File 'lib/wordlist/cli.rb', line 57

def command
  @command
end