Added CharInfo

This commit is contained in:
マリウス 2020-10-16 00:59:06 +01:00
parent 1e053c1123
commit e666fdf9b2
No known key found for this signature in database
GPG key ID: C228EF0A530AF06F

View file

@ -20,6 +20,7 @@ const(
CharFinish = "■" CharFinish = "■"
CharErase = "◀" CharErase = "◀"
CharError = "▲" CharError = "▲"
CharInfo = "●"
) )
var rootCmd = &cobra.Command{ var rootCmd = &cobra.Command{