It("Should match ++three", func() {
            parser := args.NewParser()
            parser.AddOption("++three").Count()
            opt, err := parser.Parse(&cmdLine)
            Expect(err).To(BeNil())