Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow specifying message to end the spinner with (#5972)
* Allow specifying message to end the spinner with For certain long running tasks, we need to specify a message that doesn't confuse the user when the spinnner ends. This commit adds `EndWithStatus` which is a wrapper on top of `End` and lets the developer specify a custom message to end the spinner with. Signed-off-by: Dharmit Shah <shahdharmit@gmail.com> * Update pkg/devfile/adapters/kubernetes/component/commandhandler.go Co-authored-by: Armel Soro <armel@rm3l.org> Signed-off-by: Dharmit Shah <shahdharmit@gmail.com> Co-authored-by: Armel Soro <armel@rm3l.org>
- Loading branch information