aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 36478f0..3fc84e4 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -189,6 +189,12 @@ BEGIN
optind = argc; /* Stop argument processing */
END
+OPTION(format,H,NAME,
+ [<apply external format NAME>])
+BEGIN
+ format_name = optarg;
+END
+
OPTION(function,f,NAME,
[<guile function to call>])
BEGIN
@@ -203,7 +209,13 @@ BEGIN
else
guile_debug = 1;
END
-
+
+OPTION(load-path,P,PATH,
+ [<set load path>])
+BEGIN
+ guile_add_load_path(optarg);
+END
+
>])
OPTIONS_END

Return to:

Send suggestions and report system problems to the System administrator.