Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Distribution.Client.ProjectFlags
Synopsis
Documentation
data ProjectFlags Source #
Constructors
ProjectFlags | |
Fields
|
Instances
removeIgnoreProjectOption :: [OptionField a] -> [OptionField a] Source #
As almost all commands use ProjectFlags
but not all can honour
"ignore-project" flag, provide this utility to remove the flag
parsing from the help message.