"use strict"; export default function(cli) { cli.subcommand("agent", "Starts the systemquery agent") .argument("config", "Specifies the config file location", "/etc/systemquery/systemquery.toml", "string"); }