Added space before icons
This commit is contained in:
parent
b9929452a0
commit
60b3c94f13
1 changed files with 5 additions and 5 deletions
10
z/root.go
10
z/root.go
|
@ -16,11 +16,11 @@ var task string
|
|||
var force bool
|
||||
|
||||
const(
|
||||
CharTrack = "▶"
|
||||
CharFinish = "■"
|
||||
CharErase = "◀"
|
||||
CharError = "▲"
|
||||
CharInfo = "●"
|
||||
CharTrack = " ▶"
|
||||
CharFinish = " ■"
|
||||
CharErase = " ◀"
|
||||
CharError = " ▲"
|
||||
CharInfo = " ●"
|
||||
)
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
|
|
Loading…
Reference in a new issue