Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Usage
  2.  
  3. Usage: `glimmer [--setup] [application_ruby_file_path.rb]`
  4.  
  5. Example 1: `glimmer hello_combo.rb`
  6. This runs the Glimmer application hello_combo.rb If the SWT Jar is missing, it downloads it and sets it up first.
  7.  
  8. Example 2: `glimmer --setup hello_combo.rb`
  9. This performs setup and then runs the Glimmer application hello_combo.rb It downloads and sets up the SWT jar whether missing or not.
  10.  
  11. Example 3: `glimmer --setup`
  12. This downloads and sets up the SWT jar whether missing or not.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement