upd task name + outfile name

This commit is contained in:
onyx-and-iris 2025-04-29 16:50:45 +01:00
parent 0a2c622645
commit da1ef9f993
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -27,4 +27,5 @@ go.work
# End of gignore: github.com/onyx-and-iris/gignore
.envrc
*_test.go
*_test.go
gobs-cli.1

View File

@ -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