Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created June 13, 2019 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriskuech/82def5fd6b027ff091c42adb152d2d02 to your computer and use it in GitHub Desktop.
Save chriskuech/82def5fd6b027ff091c42adb152d2d02 to your computer and use it in GitHub Desktop.
Param(
# Path to the repo containing TODO-annotated files
[Parameter(Mandatory)]
[ValidateScript({Test-Path $_ -PathType Container})]
[string]$RepoRoot
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment