Categorygithub.com/lwabish/go
modulepackage
0.1.0
Repository: https://github.com/lwabish/go.git
Documentation: pkg.go.dev

# README

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/snippets

cobra-cli init

# Packages

No description provided by the author
No description provided by the author