Describe("IsArg()", func() {
        It("Should return true if the option as set via the command line", func() {
            cmdLine := []string{"--two", "2"}
            parser := args.NewParser()
            parser.AddOption("--one").IsInt().Default("1")