carloscuesta/gitmoji-cli

Expose flags as actual subcommands

segersniels opened this issue · 1 comments

Description of the problem

Not sure if I'm only speaking for myself but I find the way that gitmoji is set up a bit conflicting with how the usual CLI tool is made.

Solution

Adding actual subcommands gitmoji commit to behave exactly the same as their flags seems like a logical move in the right direction for better UX.

  1. gitmoji commit
  2. gitmoji update
  3. gitmoji config
  4. gitmoji list
  5. ...

Alternatives

https://github.com/segersniels/gitmoji

Additional context

No response

Validations

Hey!

Yes, I think it makes a lot of sense and also it's easier to use and more natural as you don't have to deal with --

Feel free to send a PR 🙏🏼