System.Console.GetOpt.Generics

Simple IO API

withCli

class WithCli main

class HasArguments a

class Argument a

Customizing the CLI

withCliModified

data Modifier

IO API

getArguments

modifiedGetArguments

Pure API

parseArguments

data Result a

Re-exports from Generics.SOP

class Generic a

class HasDatatypeInfo a

type family Code a :: [[*]]

type family All2 c xs :: Constraint