cemeyer / gognuflag-deadproject

A flag-like library that handles GNU getopt_long()-style arguments, for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About
=====

Note: This project hasn't been updated / used by the author in years. Assume
bitrot, abandoned, etc. I'm just leaving it up for posterity...

The gognuflag library provides a programmatically similar interface
to the built-in 'flag' package, except the flag and command-line semantics
are identical to those of GNU getopt_long().

Licensing
=========

Currently, gognuflag is released under a GPLv3+ license. If this would be
more useful to you under another license, drop me an email; I am
willing to consider relicensing.

Building
========

Just run 'make'.

Testing
=======

Run 'make test' to run the tests.

About

A flag-like library that handles GNU getopt_long()-style arguments, for Go

License:GNU General Public License v3.0


Languages

Language:Go 100.0%