libs/help_metadata/stop-pwsldistro_phwriter_metadata.json
|
{ "indent": 1, "padding": 1, "examples": [ "Stop-PwslDistro -Name 'Ubuntu-24.04'" ], "commandinfo": { "synopsis": "Stop-PwslDistro [-Name <String>]", "cmdlet": "Stop-PwslDistro", "description": "Terminates a running distribution immediately.", "source": "https://gitlab.com/phellams/pwsl/-/blob/main/readme.md" }, "version": "0.1.2", "paramtable": [ { "type": "string", "required": true, "inline": false, "name": "Name", "description": "The name of the distribution to stop.", "param": "Name" } ], "name": "pwsl" } |