Skip to content

Instantly share code, notes, and snippets.

@mitch-seymour
Last active February 27, 2020 01:36
Show Gist options
  • Save mitch-seymour/56c756a82d0a38dd2b0afbfbb55b1bc8 to your computer and use it in GitHub Desktop.
Save mitch-seymour/56c756a82d0a38dd2b0afbfbb55b1bc8 to your computer and use it in GitHub Desktop.
# no args example
$ ./build/graal/hello-world
# output
Hello world :)
# args example
$ ./build/graal/hello-world --help
# output
Usage: hello [-hV]
Says hello
-h, --help Show this help message and exit.
-V, --version Print version information and exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment