gren-lang / compiler

Compiler for the Gren programming language
https://gren-lang.org
Other
379 stars 23 forks source link

Add documentation command #242

Open MaeBrooks opened 6 months ago

MaeBrooks commented 6 months ago

Currently there is no built in way to see documentation for types, modules, or functions.

A command like: gren doc <type|function|module> which shows the documentation for that type|function|module would be greatly helpful.