packages feed

rattletrap-10.0.0: src/lib/Rattletrap/Console/Flag.hs

module Rattletrap.Console.Flag where

data Flag
  = Compact
  | Fast
  | Help
  | Input FilePath
  | Mode String
  | Output FilePath
  | Schema
  | SkipCrc
  | Version
  deriving (Eq, Show)