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 developed some code in my mail-deduplicate CLI some month ago to automatically highlights all options, choices and metavars in help screens generated by click. See how it renders:
To me it is a good enough compromise, because help screen are not consumed by machine but are designed for human. Is this workaround good enough to be adapted to click-help-colors or serve as inspiration?
I developed some code in my
mail-deduplicate
CLI some month ago to automatically highlights all options, choices and metavars in help screens generated by click. See how it renders:For reference, here is my current implementation, which is mainly based on regular expressions.
To me it is a good enough compromise, because help screen are not consumed by machine but are designed for human. Is this workaround good enough to be adapted to
click-help-colors
or serve as inspiration?For the record, this has initially been discussed for Cloup at janluke/cloup#95, and is considered under janluke/cloup#97.
The text was updated successfully, but these errors were encountered: