mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2025-10-05 00:51:48 +00:00
Compare commits
No commits in common. "8cf969c9068cc1cb6607f1f91013c330c04d1e60" and "0a2c62264545a37d608799dfa53d970091ace3c7" have entirely different histories.
8cf969c906
...
0a2c622645
3
.gitignore
vendored
3
.gitignore
vendored
@ -27,5 +27,4 @@ go.work
|
|||||||
# End of gignore: github.com/onyx-and-iris/gignore
|
# End of gignore: github.com/onyx-and-iris/gignore
|
||||||
|
|
||||||
.envrc
|
.envrc
|
||||||
*_test.go
|
*_test.go
|
||||||
gobs-cli.1
|
|
@ -1,17 +0,0 @@
|
|||||||
version: '3'
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
default:
|
|
||||||
desc: View man page
|
|
||||||
cmds:
|
|
||||||
- task: view
|
|
||||||
|
|
||||||
view:
|
|
||||||
desc: View man page
|
|
||||||
cmds:
|
|
||||||
- go run . --man | man -l -
|
|
||||||
|
|
||||||
generate:
|
|
||||||
desc: Generate man page
|
|
||||||
cmds:
|
|
||||||
- go run . --man > {{.PROGRAM}}.1
|
|
@ -1,8 +1,5 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
includes:
|
|
||||||
man: Taskfile.man.yaml
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
PROGRAM: gobs-cli
|
PROGRAM: gobs-cli
|
||||||
SHELL: '{{if eq .OS "Windows_NT"}}powershell{{end}}'
|
SHELL: '{{if eq .OS "Windows_NT"}}powershell{{end}}'
|
||||||
@ -53,3 +50,8 @@ tasks:
|
|||||||
desc: Clean the build artifacts
|
desc: Clean the build artifacts
|
||||||
cmds:
|
cmds:
|
||||||
- '{{.SHELL}} rm -r {{.BIN_DIR}}'
|
- '{{.SHELL}} rm -r {{.BIN_DIR}}'
|
||||||
|
|
||||||
|
manfile:
|
||||||
|
desc: Generate manfile
|
||||||
|
cmds:
|
||||||
|
- go run . --man > manfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user