]> git.jsancho.org Git - guile-click.git/blobdiff - click/util.scm
Groups support
[guile-click.git] / click / util.scm
index c3ac062cd606aeff46bf46a1bfc03cc58d35055a..1699014e23a0791df373afd576691c6a05c758fe 100644 (file)
   #:use-module (click constant)
   #:export (getopt-long-option-spec
             option-property
-            option-type
-            program-name
-            %program-name))
-
-
-(define %program-name (make-fluid "guile"))
-(define (program-name)
-  (fluid-ref %program-name))
+            option-type))
 
 
 (define (getopt-long-option-spec option-spec)