optparse-effectful-0.1: Optparse-applicative effects
Safe HaskellNone
LanguageGHC2021

Effectful.Optparse.Utils

Description

Provides Optparse utils.

Since: 0.1

Synopsis

Documentation

type OsPath = OsString #

Type representing filenames/pathnames.

This type doesn't add any guarantees over OsString.

osPath :: ReadM OsPath Source #

OsPath Option reader.

Since: 0.1

validOsPath :: ReadM OsPath Source #

OsPath Option reader. This includes validation i.e. fails if the path is considered invalid on the given platform.

Since: 0.1