romancitodev / simple-commits

A little CLI written in rust to improve your dirty commits into conventional ones.
https://crates.io/crates/simple-commit
Apache License 2.0
13 stars 3 forks source link

[Proposal] Scopes with descriptions #11

Closed SergioRibera closed 2 months ago

SergioRibera commented 4 months ago

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 4 months ago

That really makes sense!

We would implement it into the first version.

romancitodev commented 2 months ago

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