phatsort-0.5.0.1: FAT filesystem sort utility
CopyrightCopyright (c) 2019-2022 Travis Cardwell
LicenseMIT
Safe HaskellSafe-Inferred
LanguageHaskell2010

PhatSort.Cmd.SeqCp

Contents

Description

 
Synopsis

Options

data Options Source #

Instances

Instances details
Show Options Source # 
Instance details

Defined in PhatSort.Cmd.SeqCp

API

runIO :: Options -> IO (Either String ()) Source #

Run the command in the IO monad

run :: forall m. (MonadFileSystem m, MonadRandom m, MonadStdio m, MonadSync m) => Options -> ErrorT m () Source #

Run the command