We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3568457 commit 039bcf8Copy full SHA for 039bcf8
Rakefile
@@ -68,6 +68,7 @@ require 'command_kit/completion/task'
68
CommandKit::Completion::Task.new(
69
class_file: 'ronin/recon/cli',
70
class_name: 'Ronin::Recon::CLI',
71
+ input_file: 'data/completions/ronin-recon.yml',
72
output_file: 'data/completions/ronin-recon'
73
)
74
data/completions/ronin-recon.yml
@@ -0,0 +1,7 @@
1
+---
2
+ronin-recon worker: &worker_ids
3
+ - $(ronin-recon workers)
4
+ronin-recon run*-w: *worker_ids
5
+ronin-recon run*-e: *worker_ids
6
+ronin-recon run*-d: *worker_ids
7
+ronin-recon test: *worker_ids
0 commit comments