Advertisement
Guest User

modified comment-help snippet

a guest
Sep 14th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.71 KB | None | 0 0
  1. "Cmdlet-Comment-Help_Custom": {
  2.     "prefix": "my_comment-help",
  3.     "body": [
  4.         "<#",
  5.         "\t.SYNOPSIS",
  6.         "\t\tShort description",
  7.         "\t.DESCRIPTION",
  8.         "\t\tLong description",
  9.         "\t.PARAMETER <Parameter Name>",
  10.         "\t\tExplanation of what parameter is",
  11.         "\t.EXAMPLE",
  12.         "\t\tPS C:\\> <example usage>",
  13.         "\t\tExplanation of what the example does",
  14.         "\t.INPUTS",
  15.         "\t\tInputs (if any)",
  16.         "\t.OUTPUTS",
  17.         "\t\tOutput (if any)",
  18.         "\t.NOTES",
  19.         "\t\tGeneral notes",
  20.         "\t.LINK",
  21.         "\t\tLink to additional help/resources",
  22.         "#>"
  23.     ],
  24.     "description": "Comment-based help snippet"
  25.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement