rwx-yxu / weather

A weather bonzai branch that will gather met office weather info.
Apache License 2.0
0 stars 0 forks source link

Move help documentation to use the new design #4

Closed rwx-yxu closed 4 months ago

rwx-yxu commented 1 year ago

I just found out that there is now a new design for the help command. The help bonzai branch can now embed markdown files to parse to the help descriptions and summary. Example: https://github.com/rwxrob/pomo Looks like I need to have a new go file to call embed for the mark down files like so https://github.com/rwxrob/pomo/blob/main/text.go Then, I can create the mark down files as text/en/help.md files. In cmd.go, I need to change the help to help.S() or help.D()

rwx-yxu commented 4 months ago

No longer in development now that I have #5 open.