harg alternatives and similar packages
Based on the "CLI" category.
Alternatively, view harg alternatives based on common mentions on social networks and blogs.
-
herms
:stew::fork_and_knife: A command-line manager for delicious kitchen recipes -
cli
Command Line Interface Utility (Printing, Formatting, Options parsing) for Haskell -
otp-authenticator
OTP Authenticator (ala Google Authenticator) cli app -
optparse-applicative-simple
Simple command line interface arguments parser
Updating dependencies is time-consuming.
Do you think we are missing an alternative of harg or a related project?
Popular Comparisons
README
harg :nut_and_bolt:
harg
is a library for configuring programs by scanning command line arguments,
environment variables, default values and more. Under the hood, it uses a subset
of optparse-applicative
to expose regular arguments, switch arguments and subcommands. The library
relies heavily on the use of higher kinded data (HKD) thanks to the
barbies
library. Using
higgledy
also helps reduce
boilerplate code significantly.
Documentation
To find out more, check out the docs or the package page on hackage. There is also an example module that serves as an extensive demonstration of the library.
Roadmap
- Better errors using
optparse-applicative
's internals - Allow user to pass
optparse-applicative
preferences - Write tests