Files
bare-operating-system/packages/bare-os-coreutils/man/pages/whois.json
T
2026-04-24 08:26:33 -04:00

27 lines
501 B
JSON

{
"name": "whois",
"section": 1,
"title": "whois",
"synopsis": [
"whois [--json] TARGET"
],
"description": "Query RDAP registration data for domains, IP addresses, and ASNs.",
"options": [
{
"flag": "--json",
"meaning": "Print raw RDAP JSON instead of a human-readable summary."
},
{
"flag": "-h, --help",
"meaning": "Show usage information."
}
],
"keywords": [
"whois",
"rdap",
"network",
"bare-os",
"coreutils"
]
}