| Sam Delmerico | 1b6a16e | 2023-03-01 15:55:59 -0500 | [diff] [blame] | 1 | # CMD: Returns the modules in the transitive closure of module(s) $arg, splits on "," |
| Lukacs T. Berki | f8f3ba8 | 2021-06-09 12:45:21 +0200 | [diff] [blame] | 2 | |
| Lukacs T. Berki | 880e6ec | 2021-04-06 11:40:42 +0200 | [diff] [blame] | 3 | include "library"; |
| 4 | |||||
| Liz Kammer | c9f8a60 | 2022-06-07 15:26:26 -0400 | [diff] [blame] | 5 | fullTransitiveDeps($arg | split(",")) |
| Lukacs T. Berki | 880e6ec | 2021-04-06 11:40:42 +0200 | [diff] [blame] | 6 | |
| 7 | |||||