| Copyright | (c) 2021-2025 berberman |
|---|---|
| License | MIT |
| Maintainer | berberman <[email protected]> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
NvFetcher.Options
Description
CLI interface of nvfetcher
Synopsis
- data CLIOptions = CLIOptions {}
- data Target
- cliOptionsParser :: Parser CLIOptions
- getCLIOptions :: Parser a -> IO a
Documentation
data CLIOptions Source #
Options for nvfetcher CLI
Constructors
| CLIOptions | |
Fields
| |
Instances
| Show CLIOptions Source # | |
Defined in NvFetcher.Options Methods showsPrec :: Int -> CLIOptions -> ShowS # show :: CLIOptions -> String # showList :: [CLIOptions] -> ShowS # | |
getCLIOptions :: Parser a -> IO a Source #
Parse nvfetcher CLI options