You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose adding a few additional fields to the commands struct to enforce complete listings in the help output and automate the organization under topic headings.
Help text T_HELP_ would be moved from global_commands to commands struct
Command examples (w/W, a/A/@ x) would move to the command struct. The reason for this is that some commands have a customized/combined display that covers multiple commands in a single line, such as Aux or poWer.
A new field that references a topic header ID in a new array. The help would iterate over the topics ID array, looping though the command struct and printing the help for any assigned commands.
This still isn't perfect, but it does consolidate all the help into the place where you have to tie in the command anyways.
The text was updated successfully, but these errors were encountered:
Currently the help menu is hand crafted for a nice look, but results in orphan commands that were added to the firmware without a help entry.
I propose adding a few additional fields to the commands struct to enforce complete listings in the help output and automate the organization under topic headings.
This still isn't perfect, but it does consolidate all the help into the place where you have to tie in the command anyways.
The text was updated successfully, but these errors were encountered: