sublayerapp / sublayer

A model-agnostic Ruby Generative AI DSL and framework. Provides base classes for building Generators, Actions, Tasks, and Agents that can be used to build AI powered applications in Ruby.
https://docs.sublayer.com
MIT License
109 stars 2 forks source link

fix usage in thor --help (#102) #104

Closed AndrewBKang closed 1 month ago

AndrewBKang commented 1 month ago

https://www.rubydoc.info/gems/thor/Thor/Group#help-class_method

# File 'lib/thor/group.rb', line 29

def help(shell)
  shell.say "Usage:"
  shell.say "  #{banner}\n"
  shell.say
  class_options_help(shell)
  shell.say desc if desc
end