jbcarpanelli / spinnies

Node.js module to create and manage multiple spinners in command-line interface programs
MIT License
150 stars 34 forks source link

Allow custom non-spinnable prefix text #6

Closed jbcarpanelli closed 5 years ago

jbcarpanelli commented 5 years ago

This should include a nonSpinnablePrefix prefix, a successPrefix and a failPrefix, that should override the defaults. If any of these attributes are deliberately set to 'null', non prefix should be shown.

jbcarpanelli commented 5 years ago

Fixed on #8 and https://github.com/jcarpanelli/spinnies/commit/38e6637f79fbc3712889ee6cc59f94cd91d1da1e.