blob: cf8fde6a1e546474016f6e35b8dd8dd0b305a87b [file] [log] [blame]
Liz Kammerc9f8a602022-06-07 15:26:26 -04001# CMD: Returns the modules in the transitive closure of module(s) $arg, splits on ,
Lukacs T. Berkif8f3ba82021-06-09 12:45:21 +02002
Lukacs T. Berki880e6ec2021-04-06 11:40:42 +02003include "library";
4
Liz Kammerc9f8a602022-06-07 15:26:26 -04005fullTransitiveDeps($arg | split(","))
Lukacs T. Berki880e6ec2021-04-06 11:40:42 +02006
7