Robert Attard
Robert Attard
Generate some kind of simple docs page (maybe markdown or HTML) that can act as a reference when using a glint CLI
requires glint to have real parsing compared to the current naive approach
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...