Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 308 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 308 Bytes

go-devops-cli

golang实现简单的运维命令行交互工具。基于spf13/cobra开发

Usage

go build -o devops
./devops

附 spf13/cobra的使用