-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Choices
Choices: Command Line Parsers
View literate file on Github Like everything in Haskell, parsing command line arguments comes with its own marketplace. > {-# LANGUAGE DeriveDataTypeable #-} > > module Main where > import Prelude hiding (lines) > import Options.Applicative > import System.Environment (getArgs) … Continue reading