# Functions
DisableColorBasedOnEnvVar determines whether the CLI will produce color output based on the environment variable, COLOR.
HighlightCode wraps the string with the ` character, colors it to denote it's a code block, and returns it.
HighlightResource colors the string to denote it as a resource created by the CLI, and returns it.
HighlightUserInput colors the string to denote it as an input from standard input, and returns it.