-- | Command-line parsers.

module Parser.Cli
  ( module Options.Applicative
  ) where

import Options.Applicative