mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
Implement manpage generation for goose-cli (#6980)
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
This commit is contained in:
parent
72601fd3cb
commit
58e86d58ed
6 changed files with 209 additions and 2 deletions
6
Justfile
6
Justfile
|
|
@ -196,6 +196,12 @@ generate-openapi:
|
|||
@echo "Generating frontend API..."
|
||||
cd ui/desktop && npx @hey-api/openapi-ts
|
||||
|
||||
# Generate manpages for the CLI
|
||||
generate-manpages:
|
||||
@echo "Generating manpages..."
|
||||
cargo run -p goose-cli --bin generate_manpages
|
||||
@echo "Manpages generated at target/man/"
|
||||
|
||||
# make GUI with latest binary
|
||||
lint-ui:
|
||||
cd ui/desktop && npm run lint:check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue