Skip to content

Commit

Permalink
Improve CLI Help content (#561)
Browse files Browse the repository at this point in the history
Erica/Josh did a pass at all the CLI --help output to clean it up and
make it more readable.

Co-authored-by: Josh Berry <josh.berry@temporal.io>
  • Loading branch information
fairlydurable and josh-berry authored Jul 25, 2024
1 parent 29b1eb1 commit 090a71b
Show file tree
Hide file tree
Showing 4 changed files with 2,493 additions and 1,057 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.PHONY: all gen build

all: gen build

gen: temporalcli/commands.gen.go

temporalcli/commands.gen.go: temporalcli/commandsmd/commands.md
go run ./temporalcli/internal/cmd/gen-commands

build:
go build ./cmd/temporal
Loading

0 comments on commit 090a71b

Please sign in to comment.