Method: ArgParser::DSL::ClassMethods#copyright

Defined in:
lib/arg-parser/dsl.rb

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