Improve help formatting
This commit is contained in:
@ -7,7 +7,7 @@ export type CliCommandOptions = {
|
|||||||
reactAppRootDirPath: string | undefined;
|
reactAppRootDirPath: string | undefined;
|
||||||
};
|
};
|
||||||
|
|
||||||
const program = termost<CliCommandOptions>("Keycloak theme builder");
|
const program = termost<CliCommandOptions>("Keycloakify CLI");
|
||||||
|
|
||||||
const optionsKeys: string[] = [];
|
const optionsKeys: string[] = [];
|
||||||
|
|
||||||
@ -21,7 +21,11 @@ program.option({
|
|||||||
|
|
||||||
return { long, short };
|
return { long, short };
|
||||||
})(),
|
})(),
|
||||||
"description": "https://docs.keycloakify.dev/build-options#project-or-p-cli-option",
|
"description": [
|
||||||
|
`For monorepos, path to the keycloakify project.`,
|
||||||
|
"Example: `npx keycloakify build --project packages/keycloak-theme`",
|
||||||
|
"https://docs.keycloakify.dev/build-options#project-or-p-cli-option"
|
||||||
|
].join(" "),
|
||||||
"defaultValue": undefined
|
"defaultValue": undefined
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user