mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2026-04-18 07:03:37 +00:00
add --man flag for generating manfile
This commit is contained in:
@@ -50,3 +50,8 @@ tasks:
|
||||
desc: Clean the build artifacts
|
||||
cmds:
|
||||
- '{{.SHELL}} rm -r {{.BIN_DIR}}'
|
||||
|
||||
manfile:
|
||||
desc: Generate manfile
|
||||
cmds:
|
||||
- go run . --man > manfile
|
||||
|
||||
Reference in New Issue
Block a user