ContentsIndex
Darcs.Commands.Help
Synopsis
help_description :: String
help_help :: String
help :: DarcsCommand
help_cmd :: [DarcsFlag] -> [String] -> IO ()
list_available_commands :: IO ()
print_version :: IO ()
command_control_list :: [CommandControl]
environmentHelp :: [([String], [String])]
helpOnEnvironment :: String
manpageLines :: [String]
Documentation
help_description :: String
help_help :: String
help :: DarcsCommand
help_cmd :: [DarcsFlag] -> [String] -> IO ()
list_available_commands :: IO ()
print_version :: IO ()
command_control_list :: [CommandControl]
environmentHelp :: [([String], [String])]
Help on each environment variable in which Darcs is interested.
helpOnEnvironment :: String
The rendered form of the data in environment_help.
manpageLines :: [String]

This module is responsible for emitting a darcs man-page, a reference document used widely on Unix-like systems. Manpages are primarily used as a quick reference, or memory jogger, so the output should be terser than the user manual.

Before modifying the output, please be sure to read the man(7) and man-pages(7) manpages, as these respectively describe the relevant syntax and conventions.

The lines of the manpage to be printed.

Produced by Haddock version 2.4.2