Skip to content

Instantly share code, notes, and snippets.

@weavejester
Last active October 18, 2018 13:41
Show Gist options
  • Save weavejester/53f11663108f7d06309e661135f7d994 to your computer and use it in GitHub Desktop.
Save weavejester/53f11663108f7d06309e661135f7d994 to your computer and use it in GitHub Desktop.
commands:
bye:
short: Prints a farewell
long: Prints 'Goodbye NAME' to STDOUT.
flags:
name:
type: string
desc: a person's name
short: n
default: World
script: echo Goodbye $name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment