Process::MetricsSourceProcessMetricsCommand

module Command

Nested

Definitions

def self.call(*arguments)

Call the default command (Top).

Signature

parameter arguments Array

Command-line arguments to pass through.

Implementation

def self.call(*arguments)
	Top.call(*arguments)
end