mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Export `main' from (scripts help).
* module/scripts/help.scm: Export `main'.
This commit is contained in:
parent
4f0ea6e3ce
commit
3cf634fa7c
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@
|
||||||
(define-module (scripts help)
|
(define-module (scripts help)
|
||||||
#:use-module (ice-9 format)
|
#:use-module (ice-9 format)
|
||||||
#:use-module (ice-9 documentation)
|
#:use-module (ice-9 documentation)
|
||||||
#:use-module ((srfi srfi-1) #:select (fold append-map)))
|
#:use-module ((srfi srfi-1) #:select (fold append-map))
|
||||||
|
#:export (main))
|
||||||
|
|
||||||
(define %summary "Show a brief help message.")
|
(define %summary "Show a brief help message.")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue