reibitto / sbt-welcome

An SBT plugin for displaying a welcome message and commonly used tasks.
Apache License 2.0
81 stars 4 forks source link

Make the ". " separator after the alias configurable #3

Closed davesmith00000 closed 1 year ago

davesmith00000 commented 2 years ago

Would be nice to be able to say:

a > thing b. thing c - thing

etc.

reibitto commented 2 years ago

That's a good point. I think I can add that. I was also thinking about having "sub-commands" where you can indent like:

a. task1
b. task2
  - subtask2
c. task3

I'll see if I can wrap all that together.