Skip to content

Instantly share code, notes, and snippets.

@jcsalterego
Last active December 14, 2015 19:09
Show Gist options
  • Save jcsalterego/5134984 to your computer and use it in GitHub Desktop.
Save jcsalterego/5134984 to your computer and use it in GitHub Desktop.
options.addOption("h", "help", false, "Print this help message");
options.addOption("v", "version", false, "Print version and exit");
options.addOption("c", "config", false,
"Path to topology config file");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment