Initial version of CLI docs (#886)

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
John Olheiser
2022-04-19 07:24:24 -05:00
committed by GitHub
parent 67d76248a3
commit 517be0394c
5 changed files with 881 additions and 46 deletions

View File

@@ -59,6 +59,10 @@ vendor:
format:
@gofmt -s -w ${GOFILES_NOVENDOR}
.PHONY: docs
docs:
go generate cmd/cli/app.go
.PHONY: clean
clean:
go clean -i ./...