Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 351 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 351 Bytes

cli

A Go package for building CLIs.

Installation

go get github.com/broothie/cli@latest

Documentation

https://pkg.go.dev/github.com/broothie/cli

To Do

  • Audit bare err returns
    • Two types of errors: config and parse
  • Tab completion
  • Allow variadic arguments
  • Allow slice and map based flags?