Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. "Function CBH": {
  2. "prefix": "PSFuncHelp",
  3. "body": [
  4. "<#\r",
  5. ".SYNOPSIS\r",
  6. "\tShort description",
  7. ".DESCRIPTION\r",
  8. "\tLong description",
  9. ".PARAMETER Path\r",
  10. "\tSpecifies a path to one or more locations.",
  11. ".PARAMETER LiteralPath",
  12. "\tSpecifies a path to one or more locations. Unlike Path, the value of LiteralPath is used exactly as it",
  13. "\tis typed. No characters are interpreted as wildcards. If the path includes escape characters, enclose",
  14. "\tit in single quotation marks. Single quotation marks tell Windows PowerShell not to interpret any",
  15. "\tcharacters as escape sequences.",
  16. ".PARAMETER InputObject\r",
  17. "\tSpecifies the object to be processed. You can also pipe the objects to this command.",
  18. ".EXAMPLE\r",
  19. "\tPS>_ \r",
  20. "\tExample of how to use this cmdlet",
  21. ".EXAMPLE\r",
  22. "\tPS>_ \r",
  23. "\tAnother example of how to use this script.\r",
  24. ".INPUTS\r",
  25. "\tInputs to this cmdlet (if any)\r",
  26. ".OUTPUTS\r",
  27. "\tOutput from this cmdlet (if any)\r",
  28. ".NOTES\r",
  29. "\t===========================================================================\r",
  30. "\tCreated with:\tVisual Studio Code\r",
  31. "\tCreated on:\t\t$CURRENT_MONTH.$CURRENT_DATE.$CURRENT_YEAR\r",
  32. "\tCreated by:\t\t${1:Developer}\r",
  33. "\tOrganization:\t${2:Organization}\r",
  34. "\tFunction Name:\t${3:FunctionName}\r",
  35. "\t===========================================================================\r",
  36. "\t$date $initials: Enter first comment here\r",
  37. "#>\r"
  38. ],
  39. "description": "Help comment block - Functions"
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement