freec

Safe HaskellNone
LanguageHaskell2010

FreeC.Application.Option.Help

Description

This module contains the implementation of the --help command.

Synopsis

Documentation

usageHeader :: FilePath -> String Source #

The header of the help message.

This text is added before the description of the command line arguments.

putUsageInfo :: IO () Source #

Prints the help message for the compiler.

The help message is displayed when the user specifies the --help option or there are no input files.