spcache doesn't use any colours right now, click.secho can be used to print coloured text for important text.
https://github.com/ewels/rich-click can be looked into for pretty help outputs, however there will be some added overhead of importing rich.
There should however be a way to use callbacks for --help and then delegate to rich-click, so rich-click doesn't need to be imported unless the user uses the --help option
spcache doesn't use any colours right now,
click.sechocan be used to print coloured text for important text.https://github.com/ewels/rich-click can be looked into for pretty help outputs, however there will be some added overhead of importing
rich.There should however be a way to use callbacks for
--helpand then delegate to rich-click, so rich-click doesn't need to be imported unless the user uses the--helpoption