• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CMD: Returns the names of properties used by $arg
2
3[.[] |
4  select (.Name == $arg) |
5  .Module.Android.SetProperties |
6  map(.Name)] |
7  flatten | unique | sort
8