Next: , Previous: POSIX, Up: Guile Modules


6.3 The (ice-9 getopt-long) Module

The (ice-9 getopt-long) module exports two procedures: getopt-long and option-ref.

To make these procedures available to your Guile script, include the expression (use-modules (ice-9 getopt-long)) somewhere near the top, before the first usage of getopt-long or option-ref.