module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 28, 2025
License: GPL-3.0
Opens a new window with license information.
README
¶
go-argparse
A parser for command-line options, inspired by Python's
argparse
.
There are already several established libraries in Go serving this purpose, for
example:
Or, libraries for building entire CLI applications:
This library exists to suit my needs which were:
- Keep things simple: so just parse arugments, not an entire CLI library
- Provide an interface through structures, not struct tags
Directories
¶
Click to show internal directories.
Click to hide internal directories.