Method: Instrumentality::Profile.shared_arguments
- Defined in:
- lib/instrumentality/command/profile.rb
.shared_arguments ⇒ Object
32 33 34 35 36 |
# File 'lib/instrumentality/command/profile.rb', line 32 def self.shared_arguments [ CLAide::Argument.new("process", true), ] end |