libs/help_metadata/get-foldersizefast_phwriter_metadata.json
{ "version": null, "examples": [ "Get-FolderSizeFast -Path 'C:\\MyFolder' -Detailed", "Get-FolderSizeFast -Path 'C:\\MyFolder' -format json", "Get-FolderSizeFast -Path 'C:\\MyFolder' -format xml" ], "name": "fastfsc", "commandinfo": { "synopsis": "Get-FolderSizeFast [-Path <String>] [-Recurse] [-Detailed] [-Format <String>] [-Help]", "description": "This cmdlet calculates the size of a folder quickly by leveraging .NET methods. It supports recursion, progress display, and can output results in various formats including JSON and XML.", "source": "https://gitlab.com/phellams/fastfsc/-/blob/main/readme.md", "cmdlet": "Get-FolderSizeFast" }, "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" }, { "description": "Displays help information for the cmdlet.", "required": false, "inline": false, "param": "h|Help", "name": "Help", "type": "switch" } ], "indent": 1, "padding": 1 } |