vimeta-0.2.5.0: Frontend for video metadata tagging tools

Safe HaskellNone
LanguageHaskell2010

Vimeta.UI.CommandLine.Common

Description

Common types/functions used in the command line interface.

Synopsis

Documentation

data CommonOptions Source #

Common command line options among all of the apps.

commonOptions :: Parser CommonOptions Source #

Common option parser.

updateConfig :: CommonOptions -> Config -> Config Source #

Update the configuration file base on the common command line options.