utils: hide the cursor on progress indicator

This commit is contained in:
esimov
2021-05-31 15:28:15 +03:00
parent e40114a85d
commit dbadbde8b6
4 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import (
"time"
)
// MessageType is a placeholder for the various the message types.
// MessageType is a custom type used as a placeholder for various message types.
type MessageType int
// The message types used accross the CLI application.