···2020 --as <handle> who you are (or {"handle":"..."} in ~/.config/fid/config.json)
2121 fid stats network aggregates: versions, hosting, top knots
2222 fid repos <host> what repos live on a knot
2323+ fid spindles the ci runner fleet
2324 fid watch live network board (q to quit)
2425 fid --version print the version
2526`;
···7980 args,
8081 args._[1] === undefined ? undefined : String(args._[1]),
8182 );
8383+ break;
8484+ case "spindles":
8585+ await (await import("./commands/spindles.js")).run(args);
8286 break;
8387 case "watch":
8488 await (await import("./commands/watch.js")).run(args);