libs/help_metadata/enter-pwsldistro_phwriter_metadata.json
|
{ "version": "0.1.3", "examples": [ "Enter-PwslDistro -Name 'Ubuntu'", "Enter-PwslDistro -Name 'Debian' -User 'root'" ], "indent": 1, "commandinfo": { "source": "https://gitlab.com/phellams/pwsl/-/blob/main/readme.md", "cmdlet": "Enter-PwslDistro", "description": "Enters the interactive shell of the specified distribution.", "synopsis": "Enter-PwslDistro [-Name <String>] [-User <String>]" }, "name": "pwsl", "padding": 1, "paramtable": [ { "required": true, "name": "Name", "inline": false, "type": "string", "param": "Name", "description": "The name of the distribution to enter." }, { "required": false, "name": "User", "inline": false, "type": "string", "param": "User", "description": "The user to log in as (e.g., 'root'). Defaults to the distro's default user." } ] } |