Ceedling
Ceedling copied to clipboard
`ceedling help` only shows 80 characters per line on Windows
When I try accessing the help using ceedling help
with Ceedling version 0.31.1 it is always truncated at 80 characters with ...
when done on Windows. I tried the same thing with Ubuntu where it seemed to work as expected and showed the whole text.
I think this is quite annoying as the help
command is not very helpful in this case.
Example:
PS C:\Users\matt> ceedling version
Welcome to Ceedling!
Ceedling:: 0.31.1
CMock:: 2.5.4
Unity:: 2.5.4
CException:: 1.3.3
PS C:\Users\matt> ceedling help
Welcome to Ceedling!
Commands:
ceedling example PROJ_NAME [DEST] # new specified example project (in DEST...
ceedling examples # list available example projects
ceedling help [COMMAND] # Describe available commands or one spe...
ceedling new PROJECT_NAME # create a new ceedling project
ceedling upgrade PROJECT_NAME # upgrade ceedling for a project (not re...
ceedling version # return the version of the tools installed