Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 416 Bytes

Go CLI application using Cobra

  • This is a simple interactive CLI prompt for go build on top of the Cobra library
  • It is ultra light weight prompt supports sub-commands
  • Supports unlimited subcommand nesting along with proper folder structure

Packages

  1. github.com/spf13/cobra
  2. fmt
  3. net/http
  4. time
  5. github.com/ricochet2200/go-disk-usage/du

Run

go run main.go

go run main.go <cmd>