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

Tasks with long names do not display nicely with showdescription #1632

Closed
jrob opened this issue Jun 8, 2017 · 0 comments · Fixed by #1849
Closed

Tasks with long names do not display nicely with showdescription #1632

jrob opened this issue Jun 8, 2017 · 0 comments · Fixed by #1849
Assignees
Milestone

Comments

@jrob
Copy link

jrob commented Jun 8, 2017

What You Are Seeing?

When running --showdescription, tasks with long names and descriptions break the table formatting.

$ ./build.ps1 --showdescription
Preparing to run build script...
Running build script...
Analyzing build script...
Processing build script...
Installing tools...
Installing addins...
Compiling build script...

Task                          Description
===============================================================================
Some-Very-Long-But-Descriptive-Task-NameSome text.
Shorter-Task-Name             Different text.

What is Expected?

The table to resize appropriately.

Task                                      Description
===============================================================================
Some-Very-Long-But-Descriptive-Task-Name  Some text.
Shorter-Task-Name                         Different text.

What version of Cake are you using?

Version 0.19.5+Branch.main.Sha.e4c4ad2a949637f89063dc7a90363839b740af2c

Are you running on a 32 or 64 bit system?

64 bit

What environment are you running on? Windows? Linux? Mac?

Windows 10

devlead added a commit to devlead/cake that referenced this issue Oct 1, 2017
@devlead devlead added this to the v0.23.0 milestone Oct 1, 2017
@devlead devlead self-assigned this Oct 1, 2017
gep13 added a commit that referenced this issue Oct 1, 2017
GH1632: Show description handles long task names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants