LinusU / emoji-commit

44 stars 6 forks source link

Option to choose commit type #5

Closed eridem closed 1 year ago

eridem commented 7 years ago

Instead to choose the commit type from the list, is it possible to pass the commit type by argument?

E.g.

$ emoji-commit -b     # -b could mean "Bugfix"

- 🐛 [Write message here]

As well, the message? E.g.

$ emoji-commit -b -m "Fixed this bug"