Class: Lbrt::CLI::Metric

Inherits:
Thor
  • Object
show all
Includes:
Utils::CLIHelper
Defined in:
lib/lbrt/cli/metric.rb

Constant Summary

Constants included from Utils::CLIHelper

Utils::CLIHelper::REGEXP_OPTIONS

Instance Method Summary collapse

Methods included from Utils::CLIHelper

#client

Instance Method Details

#listObject



7
8
9
# File 'lib/lbrt/cli/metric.rb', line 7

def list
  client(Lbrt::Metric).list
end

#pecoObject



12
13
14
# File 'lib/lbrt/cli/metric.rb', line 12

def peco
  client(Lbrt::Metric).peco
end