• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CMD: Returns the names of the direct dependencies of the module named $arg
2
3include "library";
4
5[.[] | select(.Name == $arg) | .Deps | map(.Name)] | flatten | unique | sort