That didn't fix things fully. The following does not work:
clojure -A:deps -Tdepstar help/doc
This provides help for clojure.tools.cli.api instead of depstar (which has :tools/usage with an :ns-default of hf.depstar)
These two do work as expected:
clojure -A:deps -Tdepstar help/doc :ns hf.depstar
clojure -A:deps -Tdepstar help/doc :fn hf.depstar/pom
I don't know whether you want to reopen TDEPS-187 or create a new ticket for this (assuming the :ns-default _should_ be in effect here)?