wrapping of UUIDs usability issue
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cliff |
New
|
Undecided
|
Unassigned | ||
python-gnocchiclient |
Triaged
|
Low
|
Unassigned |
Bug Description
A common work flow in gnocchi client is to list resources then show a particular resource.
Doing a resource show produces
+------
| id | type | project_id | user_id | original_
+------
| 11b87416-
| 055d150198e | | | | 055d150198e | 3+00:00 | | +00:00 | |
...
With the ID column wrapped over 2 lines. This column should never be wrapped so it can easily be copied into the clipboard to be used in another command like resource show
This is likely something to fix in cliff itself.