GustavoKatel / libcmd

Simple and flexible command-line parsing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libcmd - Simple and flexible command-line parsing

Build Status codecov Go Report Card libcmd Docs

libcmd is a simple, no-nonsense, zero dependency library for command-line parsing, with support for subcommands. It differs from other libraries by taking a minimalist approach and focusing only in solving the core parsing problem, instead of trying to be a silver bullet.

License

MIT. See LICENSE for details.

About

Simple and flexible command-line parsing

License:MIT License


Languages

Language:Go 100.0%