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

Help command usage is wrong #102

Closed swerner closed 1 month ago

swerner commented 1 month ago

image

For some reason thor is generating the command usage as sublayer sublayer:commands:new and sublayer sublayer:commands:generator which isn't right.

Need to figure out how to override the default usage string there as the plain sublayer command does output them correctly.

AndrewBKang commented 1 month ago

will be fixed on next patch