{
"name": "mailsy",
"description": "⚡️ Quickly generate a disposable email straight from terminal",
"subcommands": [
{
"name": "g",
"description": "Generate a new email"
},
{
"name": "m",
"description": "Fetch messages from the inbox"
},
{
"name": "d",
"description": "Delete account"
},
{
"name": "me",
"description": "Show details of the account"
},
{
"name": "help",
"description": "Get help for a command",
"args": [
{
"name": "command"
}
]
}
],
"options": [
{
"names": [
"-v",
"--version"
],
"description": "Output the current version"
},
{
"names": [
"-h",
"--help"
],
"description": "Display help for command"
}
]
}