nvfetcher-0.6.1.0: Generate nix sources expr for the latest version of packages
Copyright(c) 2021-2022 berberman
LicenseMIT
Maintainerberberman <berberman@yandex.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

NvFetcher.Options

Description

CLI interface of nvfetcher

Synopsis

Documentation

data CLIOptions Source #

Options for nvfetcher CLI

Instances

Instances details
Show CLIOptions Source # 
Instance details

Defined in NvFetcher.Options

data Target Source #

Constructors

Build 
Clean 

Instances

Instances details
Show Target Source # 
Instance details

Defined in NvFetcher.Options

Eq Target Source # 
Instance details

Defined in NvFetcher.Options

Methods

(==) :: Target -> Target -> Bool #

(/=) :: Target -> Target -> Bool #

getCLIOptions :: Parser a -> IO a Source #

Parse nvfetcher CLI options