Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 437 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 437 Bytes

Go

Packages

Command line

Install

go install github.com/lwabish/go@latest

Usage

doc

Dev

Extend

# 增加command
cobra-cli add image

# 增加sub command
cobra-cli add meta -p 'imageCmd'

# 为command增加flag
# 参考各个command的init函数

Init

go install github.com/spf13/cobra-cli@latest

go mod init github.com/lwabish/go

cobra-cli init