-
Notifications
You must be signed in to change notification settings - Fork 44
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
wsk activation list behavior #119
Comments
@rabbah I'll have a look on the empty result problem. About the wrapping lines problem, there are not that many columns to work with, but something can be done with Kind, which could be given less space. The Status column is not much to do about (unless we switch to status code instead or reinvent the statuses with shorter options), it's dimensioned according to the maximum width of the various statuses available, and then the Entity column could also be given less space. All of these columns, except Status, are truncated if they exceed the assigned column width- Ther's already code in there that does that, so to fix the problem we need to anwser some questions. First of all, how many characters should we set as a maximum for each line? How many characters for Kind and Entity? What were the settings for your terminal when you ran these tests? What should we use as default? |
fyi.. the api command did some dynamic column truncation |
A recent change to the way activations are listed produced two different behaviors.
When there are no activations, the result is this:
and when repeated with activations, the result is this:
@larandersson perhaps we should nuke the naked activations headers when there are no results.
additionally, can we trim the lines so that they don't overflow unnecessarily?
The text was updated successfully, but these errors were encountered: