Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-optparse-applicative
From: Masatake Daimon
Date: 2022-02-23 17:08:02
Message id: 20220223160802.D7AE9FB24@cvs.NetBSD.org
Log Message:
devel/hs-optparse-applicative: Add a mk fragment application.mk
optparse-applicative has a really nice feature that enables any tools
parsing command-line arguments with the library to automatically generate
bash, fish, and zsh completion scripts via hidden options, by hidden it
means they aren't shown in the "--help" message.
Packages that install executables using optparse-applicative can now
include this file to automatically generate and install such scripts.
Files: