Skip to content

Commit 090a71b

Browse files
fairlydurableJosh Berry
andauthored
Improve CLI Help content (#561)
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>
1 parent 29b1eb1 commit 090a71b

4 files changed

Lines changed: 2493 additions & 1057 deletions

File tree

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.PHONY: all gen build
2+
3+
all: gen build
4+
5+
gen: temporalcli/commands.gen.go
6+
7+
temporalcli/commands.gen.go: temporalcli/commandsmd/commands.md
8+
go run ./temporalcli/internal/cmd/gen-commands
9+
10+
build:
11+
go build ./cmd/temporal

0 commit comments

Comments
 (0)