Skip to content

Commit

Permalink
Replace docs commands
Browse files Browse the repository at this point in the history
  • Loading branch information
GGP1 committed Dec 9, 2023
1 parent 427221f commit 561f162
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ docker-build:
docker-run:
docker run -it --rm kure sh

completion:
@cd docs && go build main.go && ./main --completion
cmds:
@cd docs && go build main.go && ./main --cmd all

summary:
@cd docs && go build main.go && ./main --summary

0 comments on commit 561f162

Please sign in to comment.