systemquery/src/subcommands/agent/meta.mjs

7 lines
213 B
JavaScript

"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");
}