awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
hashicorp avatar

hashicorp/cliFork

0
View on GitHub↗
40 stars·10 forks·Go·MPL-2.0·2 views

Cli

A Go library for implementing command-line interfaces.

Features

  • Command Line Interfaces - Library for implementing command-line interfaces.
  • Console Interfaces - Listed in the “Console Interfaces” section of the Awesome Go awesome list.

Star history

Star history chart for hashicorp/cliStar history chart for hashicorp/cli

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Cli

These projects share indexed features with Cli. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • agilira/orpheusagilira avatar

    agilira/orpheus

    32View on GitHub↗

    Orpheus is a high-performance CLI framework designed to be super simple and ~30× faster than popular alternatives with zero external dependencies. Built on FlashFlags, Orpheus provides a simple interface to create modern, fast CLI apps similar to git.

    Goagiliraclicli-app
    View on GitHub↗32
  • akamensky/argparseakamensky avatar

    akamensky/argparse

    640View on GitHub↗

    Argparse for golang. Just because flag sucks

    Goargparseargument-parserawesome-go
    View on GitHub↗640
  • agilira/flash-flagsagilira avatar

    agilira/flash-flags

    11View on GitHub↗

    FlashFlags is an ultra-fast, zero-dependency, lock-free command-line flag parsing library for Go. Originally built for Argus, it provides great performance while maintaining simplicity and ease of use.

    Gocommand-lineconfiguration-filesevironmental-variables
    View on GitHub↗11
  • alecthomas/kingpinalecthomas avatar

    alecthomas/kingpin

    3,564View on GitHub↗

    CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser

    Goclicommand-linego
    View on GitHub↗3,564
Compare all 30 related projects→

Frequently asked questions

What does hashicorp/cli do?

A Go library for implementing command-line interfaces.

What are the main features of hashicorp/cli?

The main features of hashicorp/cli are: Command Line Interfaces, Console Interfaces.

Which projects share features with hashicorp/cli?

Projects with overlapping indexed features include: akamensky/argparse — Argparse for golang. Just because `flag` sucks. alexeyco/simpletable — Simple tables in terminal with Go. agilira/flash-flags — FlashFlags is an ultra-fast, zero-dependency, lock-free command-line flag parsing library for Go. Originally built for… agilira/orpheus — Orpheus is a high-performance CLI framework designed to be super simple and ~30× faster than popular alternatives with… alecthomas/kingpin — CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser. alexflint/go-arg.