1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "name": "nr", "description": "Use the right package manager - run", "options": [ { "names": [ "-h", "--help" ], "description": "Output usage information" } ], "args": [ { "name": "script", "description": "The script to run" } ] }