{
"name": "rushx",
"description": "Run arbitrary package scripts for rush project. analogous to npm run",
"options": [
{
"names": [
"-h",
"--help"
],
"description": "Show this help message and exit"
},
{
"names": [
"-q",
"--quiet"
],
"description": "Hide rushx startup information"
}
],
"args": [
{
"name": "Scripts",
"description": "Script to run from your package.json"
}
]
}