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