~apreiml/hare-flag

Argument parser compatible with the golang flag module
add tryparse with error handling
update READMEs

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~apreiml/hare-flag
read/write
git@git.sr.ht:~apreiml/hare-flag

You can also use your local clone with git send-email.

#hare-flag

Provides support for argument parsing in the golang style for programs or shims that need to have command line compatibility with this format.

#Provided modules

  • flag

#Installation

#From your distribution

The recommended name for this package is "hare-flag". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-flag/ add https://git.sr.ht/~apreiml/hare-flag master