mem-info-0.1.0.0: Print the core memory usage of programs
Copyright(c) 2022 Tim Emiola
LicenseBSD3
MaintainerTim Emiola <adetokunbo@emio.la>
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.MemInfo.Choices

Description

This module defines the command line flags used to control the behavior of the printmem command

Synopsis

Documentation

data Choices Source #

Represents the user-specified choices extracted from the command line

Instances

Instances details
Show Choices Source # 
Instance details

Defined in System.MemInfo.Choices

Eq Choices Source # 
Instance details

Defined in System.MemInfo.Choices

cmdInfo :: ParserInfo Choices Source #

Specifies a command line that when parsed will provide Choices

getChoices :: IO Choices Source #

Parses the command line arguments.