We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b35c2f commit 7f7edaeCopy full SHA for 7f7edae
Rakefile
@@ -38,5 +38,6 @@ require 'command_kit/completion/task'
38
CommandKit::Completion::Task.new(
39
class_file: 'ronin/wordlists/cli',
40
class_name: 'Ronin::Wordlists::CLI',
41
+ input_file: 'data/completions/ronin-wordlists.yml',
42
output_file: 'data/completions/ronin-wordlists'
43
)
data/completions/ronin-wordlists.yml
@@ -0,0 +1,9 @@
1
+---
2
+ronin-wordlists remove:
3
+ - $(ronin-wordlists list)
4
+ronin-wordlists rm:
5
6
+ronin-wordlists update:
7
8
+ronin-wordlists up:
9
0 commit comments