docs/_data/Help/Get-ScriptStory.json

{
  "Synopsis": "Gets a Script's story",
  "Description": "Gets the Script's \"Story\"\n\nScript Stories are a simple markdown summary of all single-line comments within a script (aside from those in the param block).",
  "Parameters": [
    {
      "Name": null,
      "Type": null,
      "Description": "",
      "Required": false,
      "Position": 0,
      "Aliases": null,
      "DefaultValue": null,
      "Globbing": false,
      "PipelineInput": null,
      "variableLength": false
    }
  ],
  "Notes": [
    null
  ],
  "CommandType": "Function",
  "Component": [
    null
  ],
  "Inputs": [
    null
  ],
  "Outputs": [
    null
  ],
  "Links": [],
  "Examples": [
    {
      "Title": "EXAMPLE 1",
      "Markdown": "",
      "Code": "Get-Command Get-ScriptStory | Get-ScriptStory"
    }
  ]
}