Skip to content

Instantly share code, notes, and snippets.

@AndyObtiva
Last active July 22, 2017 20:07
Show Gist options
  • Save AndyObtiva/c8f5e8fe09081c1fe2205f3bb46d12fd to your computer and use it in GitHub Desktop.
Save AndyObtiva/c8f5e8fe09081c1fe2205f3bb46d12fd to your computer and use it in GitHub Desktop.
Glimmer Usage

Usage

Usage: glimmer [--setup] [application_ruby_file_path.rb]

Example 1: glimmer hello_combo.rb This runs the Glimmer application hello_combo.rb If the SWT Jar is missing, it downloads it and sets it up first.

Example 2: glimmer --setup hello_combo.rb This performs setup and then runs the Glimmer application hello_combo.rb It downloads and sets up the SWT jar whether missing or not.

Example 3: glimmer --setup This downloads and sets up the SWT jar whether missing or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment