| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
RiskWeaver.Cmd.Core
Documentation
data CocoCommand Source #
Constructors
| ListImages | |
| ListCategories | |
| ListAnnotations | |
| ListCocoResult | |
Fields | |
| ShowImage | |
| ShowDetectionImage | |
Fields
| |
| Evaluate | |
Fields
| |
| ShowFalseNegative | |
Fields
| |
| ShowRisk | |
Fields
| |
| GenerateRiskWeightedDataset | |
Fields | |
| BashCompletion | |
Instances
| Show CocoCommand Source # | |
Defined in RiskWeaver.Cmd.Core Methods showsPrec :: Int -> CocoCommand -> ShowS # show :: CocoCommand -> String # showList :: [CocoCommand] -> ShowS # | |
| Eq CocoCommand Source # | |
Defined in RiskWeaver.Cmd.Core | |
data RiskCommands Source #
Constructors
| RiskCommands | |
listImages :: Coco -> IO () Source #
listCategories :: Coco -> IO () Source #
listAnnotations :: Coco -> IO () Source #
listCocoResult :: [CocoResult] -> IO () Source #
bashCompletion :: IO () Source #
opts :: Parser CocoCommand Source #
baseMain :: RiskCommands -> IO () Source #