Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix better output on help page #134

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kristianvld
Copy link

  • Allow formatTable function to wrap long lines in columns
  • Allow users to specify terminal width used by formatTable with terminalWidth command line property
  • Fix display of dependencies to payloads implementing DynamicDependencies
  • Remove trailing spaces on last column of terminalWidth

Old terminal output on terminal with width 204:
image
Notice the extra new lines caused by trailing spaces on the last column, as all columns try to be as wide as the ones overflowing.

New terminal output on terminal with width 204:
image

Example output of manual width = 80:
image

Example output of manual width = 1000:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant