dr-cabal-0.2.0.0: See README for more info
Copyright(c) 2022 Dmitrii Kovanikov
LicenseMPL-2.0
MaintainerDmitrii Kovanikov <kovanikov@gmail.com>
StabilityExperimental
PortabilityPortable
Safe HaskellSafe-Inferred
LanguageHaskell2010

DrCabal.Cli

Description

CLI parser for dr-cabal.

Documentation

data Command Source #

Constructors

Profile ProfileArgs 

data FileMode Source #

Constructors

None

Don't read from the file and don't store the results in the file

Output FilePath

Store current results in the file

Input FilePath

Read previously saved results from the file