optparse-applicative-0.5.2.1: Utilities and combinators for parsing command line options
Options.Applicative.Utils
Synopsis
(<+>) :: String -> String -> String
Concatenate two strings with a space in the middle.
vcat :: [String] -> String
Concatenate strings vertically with empty lines in between.
tabulate :: [(String, String)] -> [String]
Display pairs of strings in a table.
pad :: Int -> String -> String
Pad a string to a fixed size with whitespace.