romancitodev/simple-commits

[Proposal] Scopes with descriptions

Closed this issue · 2 comments

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" },
]

That really makes sense!

We would implement it into the first version.

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