Robert Attard

Results 17 issues of Robert Attard

Generate some kind of simple docs page (maybe markdown or HTML) that can act as a reference when using a glint CLI

enhancement
good first issue

requires glint to have real parsing compared to the current naive approach

enhancement

as @hayleigh-dot-dev has mentioned it's redundant information that makes the usage text needlessly long

Help text is currently done with custom code, this leads to potential issues like incorrect spacing for flags when one has a long name, use the [glam](https://github.com/giacomocavalieri/glam) package to do...