Method: Efl::EcoreGetopt::REcoreGetopt#help
- Defined in:
- lib/efl/ecore_getopt.rb
#help(short, long, key = nil) ⇒ Object
242 243 244 245 |
# File 'lib/efl/ecore_getopt.rb', line 242 def help short, long, key=nil set_value key||short, :uchar, 0 set_option [ short, long, 'show this message.', FFI::Pointer::NULL, :ecore_getopt_action_help, [:dummy,FFI::Pointer::NULL] ] end |