Class: ATS::CLI::ThreatGrid::Command
- Inherits:
-
Thor
- Object
- Thor
- ATS::CLI::ThreatGrid::Command
- Defined in:
- lib/ats/cli/threat_grid/command.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.printable_commands(*args) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/ats/cli/threat_grid/command.rb', line 7 def self.printable_commands(*args) super.map do |x| x[0] = x[0].gsub(/^ats/, 'ats threatgrid') x end end |