From da1ef9f993f5da5afe6329dc2958c3a179f6c9f0 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 29 Apr 2025 16:50:45 +0100 Subject: [PATCH] upd task name + outfile name --- .gitignore | 3 ++- Taskfile.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7dd53ef..6098107 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ go.work # End of gignore: github.com/onyx-and-iris/gignore .envrc -*_test.go \ No newline at end of file +*_test.go +gobs-cli.1 \ No newline at end of file diff --git a/Taskfile.yaml b/Taskfile.yaml index dd28a55..e1fa6a1 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -51,7 +51,7 @@ tasks: cmds: - '{{.SHELL}} rm -r {{.BIN_DIR}}' - manfile: + man: desc: Generate manfile cmds: - - go run . --man > manfile + - go run . --man > gobs-cli.1