Created
March 22, 2023 16:02
-
-
Save lucperkins/c4ec1e0a8be2dbfa458555058c612817 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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