Added CharInfo
This commit is contained in:
parent
1e053c1123
commit
e666fdf9b2
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ const(
|
||||||
CharFinish = "■"
|
CharFinish = "■"
|
||||||
CharErase = "◀"
|
CharErase = "◀"
|
||||||
CharError = "▲"
|
CharError = "▲"
|
||||||
|
CharInfo = "●"
|
||||||
)
|
)
|
||||||
|
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
|
|
Loading…
Reference in a new issue