robgonnella / ardi

Ardi is a command-line tool that helps you manage arduino projects!
GNU General Public License v3.0
12 stars 1 forks source link

Wrap help text #58

Closed robgonnella closed 3 years ago

robgonnella commented 3 years ago

Adds custom help function to wrap help text to 80 chars, or to the terminal width if it's less than 80 chars.

51