{
"name": "hostname",
"description": "Set or print name of current host system",
"options": [
{
"names": [
"-f"
],
"description": "Include domain information in the printed name"
},
{
"names": [
"-s"
],
"description": "Trim off any domain information from the printed name"
},
{
"names": [
"-d"
],
"description": "Only print domain information"
}
],
"args": [
{
"name": "hostname",
"description": "The hostname to use for this machine"
}
]
}