classMap for console commands?

Is it not possible to add individual namespaced classes and paths to the classMap for a console command, similar to as described on http://www.yiiframework.com/doc/guide/1.1/en/basics.namespace?

I can see when debugging that there IS a classmap but I can’t figure out how to get to it from yiiic.php.

Needed to include the framework’s yii.php in order to access the classPath variable.