An open API service indexing awesome lists of open source software.

https://github.com/bitwizeshift/go-cli

A go package for simplifying writing CLIs using Cobra
https://github.com/bitwizeshift/go-cli

Last synced: 10 months ago
JSON representation

A go package for simplifying writing CLIs using Cobra

Awesome Lists containing this project

README

          

# `go-cli`

Package `go-cli` is a Go package that simplifies building command-line
interfaces through the [`cobra`] package.

[`cobra`]: https://github.com/spf13/cobra

## Installation

```bash
go get -u rodusek.dev/pkg/cli
```