mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 10:23:36 +00:00
fix(docs): reject sync publish flag values
This commit is contained in:
@@ -41,6 +41,7 @@ describe("docs-sync-publish", () => {
|
||||
expect(() => parseArgs([flag, "--target", "generated-docs"])).toThrow(
|
||||
`${flag} requires a value`,
|
||||
);
|
||||
expect(() => parseArgs([flag, "-h"])).toThrow(`${flag} requires a value`);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user