flatrun-agent --help (and -h) only shows -config and -version. The update, setup, and version subcommands are dispatched before flags are parsed, so they never show up in usage. flatrun-agent help is not handled either and falls through to start the server, which then fails on config load.
Top-level help should list every subcommand alongside the root flags.
flatrun-agent --help(and-h) only shows-configand-version. Theupdate,setup, andversionsubcommands are dispatched before flags are parsed, so they never show up in usage.flatrun-agent helpis not handled either and falls through to start the server, which then fails on config load.Top-level help should list every subcommand alongside the root flags.