Method: ArgParser::DSL::ClassMethods#copyright
- Defined in:
- lib/arg-parser/dsl.rb
#copyright(txt) ⇒ Object
Sets the copyright notice to be displayed on the help screen or on startup.
70 71 72 |
# File 'lib/arg-parser/dsl.rb', line 70 def copyright(txt) args_def.copyright = txt end |