Method: Instrumentality::Profile.shared_arguments

Defined in:
lib/instrumentality/command/profile.rb

.shared_argumentsObject



32
33
34
35
36
# File 'lib/instrumentality/command/profile.rb', line 32

def self.shared_arguments
  [
    CLAide::Argument.new("process", true),
  ]
end