libs/help_metadata/enter-pwsldistro_phwriter_metadata.json

{
  "indent": 1,
  "padding": 1,
  "examples": [
    "Enter-PwslDistro -Name 'Ubuntu'",
    "Enter-PwslDistro -Name 'Debian' -User 'root'"
  ],
  "commandinfo": {
    "synopsis": "Enter-PwslDistro [-Name <String>] [-User <String>]",
    "cmdlet": "Enter-PwslDistro",
    "description": "Enters the interactive shell of the specified distribution.",
    "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 enter.",
      "param": "Name"
    },
    {
      "type": "string",
      "required": false,
      "inline": false,
      "name": "User",
      "description": "The user to log in as (e.g., 'root'). Defaults to the distro's default user.",
      "param": "User"
    }
  ],
  "name": "pwsl"
}