ยค argKey, argFlag, et al

Environment

Types

argKey :: String -> String -> String
argFlag :: String -> Bool -> Bool
argReadKey :: (Read p, Show p) => String -> p -> p
args :: [String]
options :: [(String, String)]

Description

These functions provide access to command line arguments.

Bugs

Documentation incomplete.