Current behaviour
$ toolforge build list --debugFails with 'no such option: --debug'.
$ toolforge --debug build listShows debug for te command discovery phase only.
$ toolforge build --debug listWorks!
Ideally all three would be do the same thing, but at least the ones that don't throw an error should be fixed to behave in the same way.