• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CMD: Returns the modules in the transitive closure of module(s) $arg, splits on ","
2
3include "library";
4
5fullTransitiveDeps($arg | split(","))
6
7
8