Skip to content

Commit f693e76

Browse files
authored
Merge pull request #14 from relastle/develop
Update: taggo newer command
2 parents c8d72ce + 095bcb0 commit f693e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/out.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func (out *pmyOut) buildMainCommand() string {
6969
)
7070
} else {
7171
res += fmt.Sprintf(
72-
"%v | taggo --tag '%v' --tagColor '%v' --tagDelimiter '%v' ;",
72+
"%v | taggo -t '%v' -c '%v' --tag-delimiter '%v' ;",
7373
cg.Stmt,
7474
cg.tagAligned,
7575
cg.TagColor,
@@ -125,7 +125,7 @@ func (out *pmyOut) expandAllMagics() {
125125
snippetBaseName := strings.Replace(cg.Stmt, "%", "", -1)
126126
snippetPath := fmt.Sprintf("%v/%v.txt", PmySnippetRoot, snippetBaseName)
127127
cg.Stmt = fmt.Sprintf(
128-
"cat %v | taggo --colorizeQuery '0:yellow' --delimiter ' '",
128+
"cat %v | taggo -q '0:yellow' -d ' '",
129129
snippetPath,
130130
)
131131
}

0 commit comments

Comments
 (0)