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
119 stars 2 forks source link

Help command usage is wrong #102

Closed swerner closed 2 months ago

swerner commented 3 months 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 2 months ago

will be fixed on next patch