go-getoptions
Command Line Parser
A command line option parser with built-in auto-completion support for Go applications.
Fully featured Go (golang) command line option parser with built-in auto-completion support.
56 stars
5 watching
10 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
argument-parserargument-parsingautocompleteclicommand-lineflaggetoptgolanghacktoberfestoption-parser
Related projects:
Repository | Description | Stars |
---|---|---|
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
txgruppi/parseargs-go | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |
ko1nksm/getoptions | An option parser for shell scripts supporting all POSIX shells. | 416 |
jcomellas/getopt | A library to parse command line arguments using GNU getopt syntax in Erlang. | 249 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
araddon/dateparse | A utility library to parse date strings without prior knowledge of their format. | 2,043 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
fergstar/go-parse | A Go client library providing a set of pre-built services to interact with the Parse API. | 1 |
mattn/go-shellwords | A library for parsing command-line arguments and environment variables in a shell-like way | 534 |
jorgebucaran/getopts.fish | A Fish plugin for parsing CLI options in a way similar to argparse without additional complexity. | 222 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |
jessevdk/go-flags | A command line option parser library for Go. | 2,596 |
openvenues/gopostal | Provides a Go interface to parse and expand international street addresses | 161 |
getopt-php/getopt-php | A PHP library for parsing and processing command-line arguments | 337 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |