it("falls back to action args without command name when action has no name", async () => { const program = new Command().name("openclaw"); const parseAsync = vi.spyOn(program, "parseAsync").mockResolvedValue(program); const actionCommand = {
name: () => "",
parent: {},
} as unknown as Command;
resolveActionArgsMock.mockReturnValue(["--json"]);
it("uses program root when action command is missing", async () => { const program = new Command().name("openclaw"); const parseAsync = vi.spyOn(program, "parseAsync").mockResolvedValue(program);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.