[Proposal] Scopes with descriptions
Closed this issue · 2 comments
SergioRibera commented
The scopes currently do not have a description, it would be good to add it so that there is a better detail when choosing a scope
It could look like this:
scopes = [
{ name = "app", description = "blablablabla" },
{ name = "lib", description = "blablablabla" },
]
romancitodev commented
That really makes sense!
We would implement it into the first version.
romancitodev commented
After some deep research we achieve that inquire doesn't support custom on highlight on some autocompletion, so in a future version of the CLI we are moving to cliclack