This module defines the command-line interface of the
documenta
program. See the CLI section for additional
information.
Call an appropriate procedure for the given command.
command (list): A list of strings that represent a command-line instruction passed to the program (see Guile’s command-line procedure).
spec (Configuration): A <configuration>
record as
defined by the guile-config library, which specifies the command-line
interface of the program.
Result: The command is followed. If the command is not recognized, display help information.