mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 19:20:23 +02:00
Add documentation pointer from getopt-long to SRFI-37.
* doc/ref/mod-getopt-long.texi (getopt-long): Point to SRFI-37.
This commit is contained in:
parent
da0f1eadaa
commit
811024669a
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@
|
|||
@node getopt-long
|
||||
@section The (ice-9 getopt-long) Module
|
||||
|
||||
The @code{(ice-9 getopt-long)} facility is designed to help parse
|
||||
arguments that are passed to Guile programs on the command line, and is
|
||||
modelled after the C library's facility of the same name
|
||||
(@pxref{Getopt,,,libc,The GNU C Library Reference Manual}). For a more
|
||||
low-level interface to command-line argument parsing, @xref{SRFI-37}.
|
||||
|
||||
The @code{(ice-9 getopt-long)} module exports two procedures:
|
||||
@code{getopt-long} and @code{option-ref}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue