You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a similar ability for spinners - to be able to pass some config option when creating a spinner, so that if it fails it halts the whole process. Currently, the spinner is only marked as failed and the process continues.
Are you open for such a feature? I can help with a PR.
The text was updated successfully, but these errors were encountered:
Currently, when the error is raised inside a
Frame
, the whole process is halt, seecli-ui/lib/cli/ui/frame.rb
Lines 127 to 131 in b9e35ed
I would like to have a similar ability for spinners - to be able to pass some config option when creating a spinner, so that if it fails it halts the whole process. Currently, the spinner is only marked as failed and the process continues.
Are you open for such a feature? I can help with a PR.
The text was updated successfully, but these errors were encountered: