summaryrefslogtreecommitdiff
path: root/module/scripts/help.scm
AgeCommit message (Collapse)AuthorFilesLines
2011-08-19better guild help FOOAndy Wingo1-21/+61
* module/scripts/help.scm (show-help, show-summary, show-usage): Grovel for %synopsis and %help variables as well, and show them appropriately. Export these routines for other script modules to use. Needs documentation.
2011-07-23Change `guild --help' and `--version' output to be more GNUish.Ludovic Courtès1-6/+8
* meta/guild.in (display-version): Display the version, not the effective version. * module/scripts/help.scm (list-commands)[help]: Add proper footer, as per the GCS.
2011-07-23Export `main' from (scripts help).Ludovic Courtès1-1/+2
* module/scripts/help.scm: Export `main'.
2011-07-23add support for guild help FOOAndy Wingo1-17/+53
* module/scripts/help.scm (main): Add support for guild help FOO.
2011-07-23add (scripts help)Andy Wingo1-0/+109
* meta/guild.in (display-version): Use (ice-9 command-line)'s version-etc. (main): Dispatch --help to guild help. * module/scripts/help.scm: New file, a copy of list.scm, but with a better name. * module/Makefile.am: Add help.scm to the list. * module/scripts/list.scm: Change to be an alias to "help". (list-scripts): Restore this API.