{
"name": "ldd",
"description": "Print shared library dependencies",
"options": [
{
"names": [
"--help"
],
"description": "Show help for ldd"
},
{
"names": [
"--version"
],
"description": "Print version information and exit"
},
{
"names": [
"-d",
"--data-relocs"
],
"description": "Process data relocations"
},
{
"names": [
"-r",
"--function-relocs"
],
"description": "Process data and function relocations"
},
{
"names": [
"-u",
"--unused"
],
"description": "Print unused direct dependencies"
},
{
"names": [
"-v",
"--verbose"
],
"description": "Print all information"
}
],
"args": [
{
"name": "exe",
"is_variadic": true,
"template": "filepaths"
}
]
}