style: tidy cli formatting

This commit is contained in:
Peter Steinberger
2026-01-08 08:24:57 +01:00
parent c7cade5232
commit 5b397c0f15
7 changed files with 25 additions and 17 deletions

View File

@@ -59,11 +59,9 @@ describe("agents add command", () => {
it("requires --workspace in non-interactive mode", async () => {
configMocks.readConfigFileSnapshot.mockResolvedValue({ ...baseSnapshot });
await agentsAddCommand(
{ name: "Work", nonInteractive: true },
runtime,
{ hasFlags: false },
);
await agentsAddCommand({ name: "Work", nonInteractive: true }, runtime, {
hasFlags: false,
});
expect(runtime.error).toHaveBeenCalledWith(
expect.stringContaining("--workspace"),