mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-08 18:03:37 +00:00
remove duplicate taskfile
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
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
|
||||
@@ -12,11 +12,11 @@ includes:
|
||||
vars:
|
||||
PROGRAM: x32-cli
|
||||
man-xair:
|
||||
taskfile: ./Taskfile.man-xair.yml
|
||||
taskfile: ./Taskfile.man.yml
|
||||
vars:
|
||||
PROGRAM: xair-cli
|
||||
man-x32:
|
||||
taskfile: ./Taskfile.man-x32.yml
|
||||
taskfile: ./Taskfile.man.yml
|
||||
vars:
|
||||
PROGRAM: x32-cli
|
||||
|
||||
|
||||
Reference in New Issue
Block a user