remove duplicate taskfile

This commit is contained in:
2026-03-20 19:53:55 +00:00
parent 739ce44288
commit 1f4b261fc4
3 changed files with 2 additions and 19 deletions

17
Taskfile.man.yml Normal file
View File

@@ -0,0 +1,17 @@
version: '3'
tasks:
default:
desc: View man page
cmds:
- task: view
view:
desc: View man page
cmds:
- go run ./cmd/{{.PROGRAM}} --man | man -l -
generate:
desc: Generate man page
cmds:
- go run ./cmd/{{.PROGRAM}} --man > {{.PROGRAM}}.1