Method: CodelessCode::Options#help
- Defined in:
- lib/codeless_code/options.rb
#help ⇒ String
Returns a description of the supported command-line options.
57 58 59 |
# File 'lib/codeless_code/options.rb', line 57 def help parse_opts(suppress_errors: true).to_s end |