Committed to 8cb2d5c9532f0f5ce3b5b97edefdf98e57b63738.
Thank you
Daniel
On Thu, Dec 15, 2022 at 9:46 AM Vijay Marupudi
wrote:
> Hello guile-devel,
>
> Bumping this simple documentation bug fix to (ice-9 getopt-long).
>
LGTM.
Procedure is:
(define* (getopt-long program-arguments option-desc-list
#:key stop-at-first-non-option)
And by default
Hello guile-devel,
Bumping this simple documentation bug fix to (ice-9 getopt-long).
~ Vijay
>From 852d9eee636a0be61ea3e0fab88a5780971d33c2 Mon Sep 17 00:00:00 2001
From: Vijay Marupudi
Date: Wed, 17 Aug 2022 09:13:18 -0400
Subject: [PATCH] doc: fix documented keyword argument default to match