~ chicken-core (chicken-5) 274f6dcc9d9965c5b2a053ce1d6b6d22ccbced8e
commit 274f6dcc9d9965c5b2a053ce1d6b6d22ccbced8e Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu Apr 21 22:01:31 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Thu Apr 21 22:01:31 2011 +0200 documented -scan and -list diff --git a/manual/Extensions b/manual/Extensions index d93fd0f0..67b81b5b 100644 --- a/manual/Extensions +++ b/manual/Extensions @@ -567,6 +567,7 @@ Available options: ; {{-D -feature FEATURE}} : pass this on to subinvocations of {{csi}} and {{csc}} (when done via {{compile}} or {{(run (csc ...))}}) ; {{-debug}} : print full call-trace when encountering errors in the setup script ; {{-keep-going}} : continue installation, even if a dependency fails +; {{-scan DIRECTORY}} : scan local egg source repository or highest available versions {{chicken-install}} recognizes the {{http_proxy}} environment variable, if set. @@ -589,6 +590,7 @@ Available options: ; {{-host}} : when cross-compiling, show extensions for host system only ; {{-target}} : when cross-compiling, show extensions for target system only ; {{-exact}} : match extension-name exactly (do not match as pattern) +; {{-list}} : list installed egg version in format suitable for {{chicken-install -override}} === SecurityTrap