[Discussion needed, new feature] Support writing description
for each notification
#172
Labels
discussion
when the pr or issue 's main purpose is discussing
enhancement
New feature or request
help wanted
Extra attention is needed
Description
Currently
description
column is not used. It just shows default string,sample
. See the image below.I found that this could be useful if it accepts user input. If the user can type
description
on their own, then the user can see the more information inhistory
.Problem - fat table & accepting user input
Because the result of
list
table is quite fat (there are many columns), I don't think it's good idea to extenddescription
column. For example, if thedescription
string length is more than 50 (50 is just a sample number. There is no meaning), then the table would be more uglier than now. So we should find a proper way ofSuggestion - accepting description from user input
Maybe
--description
or--desc
should be introduced. For example, we can create a notification like this.Discussion needed - showing description efficiently
I have no idea..
Additional feature
--config
option if it is changed too often.description
.The text was updated successfully, but these errors were encountered: