namespace ConsumePlugin open WoofWare.Myriad.Plugins // Test types for ArgumentNegateWithPrefix functionality type TestDryRunMode = | [] Wet | [] Dry [] type BoolNegation = { [] EnableFeature : bool } [] type FlagNegation = { [] DryRun : TestDryRunMode } [] type MultipleFormsNegation = { [] [] [] VerboseMode : bool } [] type CombinedFeatures = { [] [] Verbose : Choice [] [] Debug : bool NormalBool : bool } static member DefaultVerbose () = false