﻿TestAssets.PostActions.RunScript.Basic
Author: Test Asset

Usage:
  dotnet new TestAssets.PostActions.RunScript.Basic [options] [template options]

Options:
  -n, --name <name>                The name for the output being created. If no name is specified, the name of the output directory is used.
  -o, --output <output>            Location to place the generated output.
  --dry-run                        Displays a summary of what would happen if the given command line were run if it would result in a template creation.
  --force                          Forces content to be generated even if it would change existing files.
  --no-update-check                Disables checking for the template package updates when instantiating a template.
  --project <project>              The project that should be used for context evaluation.
  --allow-scripts <No|Prompt|Yes>  Specifies if post action scripts should run. [default: Prompt]

Template options:
   (No options)