{
"name": "w",
"description": "Display who is logged in and what they are doing",
"options": [
{
"names": [
"-h"
],
"description": "Suppress the heading"
},
{
"names": [
"-i"
],
"description": "Output is sorted by idle time"
}
],
"args": [
{
"name": "user",
"is_variadic": true
}
]
}