c4spar / deno-cliffy

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
https://cliffy.io
MIT License
929 stars 65 forks source link

command/upgrade: can't disable spinner #734

Closed johnstonmatt closed 5 days ago

johnstonmatt commented 4 weeks ago

I'm looking to disable the spinner that runs during an upgrade operation, but I can't figure it out. Is there a bug in the module, or am I doing something wrong?

I've tried a number of things, my upgrade provider for GitHub releases is the context in which I'm hoping to supply my own spinner instead: https://github.com/polyseam/cliffy-provider-gh-releases

Thanks!