File tree 4 files changed +11
-0
lines changed
4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
/coverage
2
+ /data /completion /ronin-nmap
2
3
/doc
3
4
/pkg
4
5
/man /* . [1-9 ]
Original file line number Diff line number Diff line change @@ -35,4 +35,6 @@ group :development do
35
35
gem 'stackprof' , require : false , platform : :mri
36
36
gem 'rubocop' , require : false , platform : :mri
37
37
gem 'rubocop-ronin' , require : false , platform : :mri
38
+
39
+ gem 'command_kit-completion' , '~> 0.1' , require : false
38
40
end
Original file line number Diff line number Diff line change @@ -32,3 +32,10 @@ task :docs => :yard
32
32
33
33
require 'kramdown/man/task'
34
34
Kramdown ::Man ::Task . new
35
+
36
+ require 'command_kit/completion/task'
37
+ CommandKit ::Completion ::Task . new (
38
+ class_file : 'ronin/nmap/cli' ,
39
+ class_name : 'Ronin::Nmap::CLI' ,
40
+ output_file : 'data/completions/ronin-nmap'
41
+ )
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ metadata:
19
19
rubygems_mfa_required : ' true'
20
20
21
21
generated_files :
22
+ - data/completions/ronin-nmap
22
23
- man/ronin-nmap.1
23
24
- man/ronin-nmap-convert.1
24
25
- man/ronin-nmap-dump.1
You can’t perform that action at this time.
0 commit comments