How to namespace custom generators?

I have a few custom generators within ~/.rails/generators. This works fine and they all show up under "User" as they should when I run script/generate.

I would like to be able to have multiple Dirs. under ~/.rails/ generators so I can better organize things and have unique repos for each.

If I do something like ~/.rails/generators/cms_generators/gen_1 and ~/.rails/generators/cms_generators/gen_2, running script/server prints out the "User" located generators as "cms_generators". It's just the parent dir to the actual generator... and the actual generators are not being found.

How can I set this up so I can better organize things?

Thanks

Does anyone have any thoughts on this one?

Thanks, Elliott