add man command to both CLIs

add man Taskfiles
This commit is contained in:
2026-03-20 19:20:29 +00:00
parent 3f6e8c4209
commit 1b9cc1f66a
10 changed files with 64 additions and 3 deletions

View File

@@ -11,6 +11,14 @@ includes:
internal: true
vars:
PROGRAM: x32-cli
man-xair:
taskfile: ./Taskfile.man-xair.yml
vars:
PROGRAM: xair-cli
man-x32:
taskfile: ./Taskfile.man-x32.yml
vars:
PROGRAM: x32-cli
vars:
SHELL: '{{if eq .OS "Windows_NT"}}powershell{{end}}'