How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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.
Argparse for golang. Just because flag sucks
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.
CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
memsh - virtual in-memory shell
The main features of amjadjibon/memsh are: Command Line Interfaces, Console Interfaces.
Open-source alternatives to amjadjibon/memsh 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.