optparse-applicative-0.5.0: Utilities and combinators for parsing command line options

Safe HaskellSafe-Inferred

Options.Applicative.Utils

Synopsis

Documentation

(<+>) :: String -> String -> StringSource

Concatenate two strings with a space in the middle.

vcat :: [String] -> StringSource

Concatenate strings vertically with empty lines in between.

tabulate :: [(String, String)] -> [String]Source

Display pairs of strings in a table.

pad :: Int -> String -> StringSource

Pad a string to a fixed size with whitespace.