Halo has a new argument, indent, which takes a string and appends it to the front of the displayed text, acting like an indent. For example, Halo(text="foo", spinner="dots", indent=" * ") would append " * " to the front of the spinner without the indent. Also, this is my first PR. Please tell me if I'm doing anything wrong
Checklist
[x] Your branch is up-to-date with the base branch
[x] You've included at least one test if this is a new feature
146: Added ability to indent spinners
Description of new feature, or changes
Halo has a new argument, indent, which takes a string and appends it to the front of the displayed text, acting like an indent. For example,
Halo(text="foo", spinner="dots", indent=" * ")
would append " * " to the front of the spinner without the indent. Also, this is my first PR. Please tell me if I'm doing anything wrongChecklist
Related Issues and Discussions
Fixes #146