open-simulation-platform / cosim-cli

Command-line interface for libcosim
https://open-simulation-platform.github.io/cosim
Mozilla Public License 2.0
10 stars 4 forks source link

Add support for configurable file output #40

Closed kyllingstad closed 4 years ago

kyllingstad commented 4 years ago

This closes issue #39.

ljamt commented 4 years ago

Work as documented 👍

ljamt commented 4 years ago

Just struggling to get the complete help text in the terminal. It's being truncated, probably due to some local reason.

Seems to be a CLion issue. Works in cmd.

kyllingstad commented 4 years ago

Truncated, meaning that some of the text is missing?

I can't reproduce that, but what I am seeing locally is that if I run the program from Cygwin, it seems unable to determine the terminal width. It then falls back to a default of 80 columns or thereabouts, which makes the text appear a bit "squeezed". But all the text is still there in my case.

Anyway, I don't think any of this is related to this PR, so if the problem persists, could you perhaps create a new issue and include a screenshot?