"use strict"; export default function(cli) { cli.subcommand("query", "Query the cluster [requires agent with the query permission to be running on this host]") .argument("address", "Address of the agent to connect to.", "unix-abstract:systemquery", "string"); }