Many commands in the repo
tool do have some submodule support via flags like --fetch-submodules
, --submodules
… but nothing is mentioned in repo help forall
or repo forall --help
.
Yet when I run repo forall -c command
then it traverses through the submodules. Why is that? How can I run a shell command only on repos managed by repo tool, specified in the manifest?