Method: A2::Subcommand::Infra::ListMissingNodesCount#execute
- Defined in:
- lib/a2/subcommands/infra.rb
#execute ⇒ Object
25 26 27 |
# File 'lib/a2/subcommands/infra.rb', line 25 def execute puts JSON.pretty_generate(A2::Client.new(command_parser.data).list_all_missing_nodes_count(@opt[:durations])) end |