Skip to content

Instantly share code, notes, and snippets.

@lucperkins
Created March 22, 2023 16:02
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 lucperkins/c4ec1e0a8be2dbfa458555058c612817 to your computer and use it in GitHub Desktop.
Save lucperkins/c4ec1e0a8be2dbfa458555058c612817 to your computer and use it in GitHub Desktop.
Say hello to <name> and add a ! to the end if <exclaim> is set.
Usage:
> sayHello {flags} <name>
Flags:
-e, --exclaim - Whether to add a ! at the end
-h, --help - Display the help message for this command
Parameters:
name <string>: The person to say hello to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment