This release features fixing of two subtle bugs:
- Not handling the case where a user could attempt to push a file that exists neither locally nor remotely. This issue is credited to @tawanda-m
- Malformed prompt line from text from the spinner. This caused me to revise where the spinner was being used, and it should be only in pull/push and not in remote. Also it got me to fix the spinner package by ensuring a full shutdown before returning after a spinner.Stop() call. This issue is credited to @gjalsem