It("Should match first argument 'one'", func() {
            parser := args.NewParser()
            parser.AddArgument("first").IsString()
            opt, err := parser.Parse(&cmdLine)
            Expect(err).To(BeNil())