Command Line Parsing problem

I'm trying to use llvm's ::cl tools to parse my args.
The problem is that when I use --help it lists all the llvm's options, which opt<> objects are declared in many parts of the library.
Can i use that tool without including all of those opts or should I implement my own parser?