libs/help_metadata/request-folderreport_phwriter_metadata.json

{
  "version": null,
  "examples": [
    "Request-FolderReport -Path C:\\Users\\User\\Desktop\\* -Format xml",
    "Request-FolderReport -Path C:\\Users\\User\\Desktop\\* -Format json",
    "Request-FolderReport -Path C:\\Users\\User\\Desktop\\*"
  ],
  "name": "fastfsc",
  "commandinfo": {
    "synopsis": "Requst-FolderReport [-Path <String>] [-Format <String>] [-Help]",
    "description": "This cmdlet generates a report of the size of a folder and can output results in various formats including JSON and XML.",
    "source": "https://gitlab.com/phellams/fastfsc/-/blob/main/readme.md",
    "cmdlet": "Request-FolderReport"
  },
  "paramtable": [
    {
      "description": "Specifies the path of the folder to calculate its size. Wildcards are supported.",
      "required": true,
      "inline": false,
      "param": "p|Path",
      "name": "Path",
      "type": "string"
    },
    {
      "description": "Outputs detailed information about each file and folder processed.",
      "required": false,
      "inline": false,
      "param": "d|Detailed",
      "name": "Detailed",
      "type": "switch"
    },
    {
      "description": "Specifies the output format. Supported formats are 'json' and 'xml'.",
      "required": false,
      "inline": false,
      "param": "f|Format",
      "name": "format",
      "type": "string"
    }
  ],
  "indent": 1,
  "padding": 1
}