go-argparse

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2025 License: GPL-3.0

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

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL