From 561f1622871b89f6a36b9ef92d1ecfc665118c98 Mon Sep 17 00:00:00 2001 From: GGP1 Date: Fri, 8 Dec 2023 21:38:30 -0300 Subject: [PATCH] Replace docs commands --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 34cd05a..7425966 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,8 @@ docker-build: docker-run: docker run -it --rm kure sh -completion: - @cd docs && go build main.go && ./main --completion \ No newline at end of file +cmds: + @cd docs && go build main.go && ./main --cmd all + +summary: + @cd docs && go build main.go && ./main --summary