We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8d72ce + 095bcb0 commit f693e76Copy full SHA for f693e76
src/out.go
@@ -69,7 +69,7 @@ func (out *pmyOut) buildMainCommand() string {
69
)
70
} else {
71
res += fmt.Sprintf(
72
- "%v | taggo --tag '%v' --tagColor '%v' --tagDelimiter '%v' ;",
+ "%v | taggo -t '%v' -c '%v' --tag-delimiter '%v' ;",
73
cg.Stmt,
74
cg.tagAligned,
75
cg.TagColor,
@@ -125,7 +125,7 @@ func (out *pmyOut) expandAllMagics() {
125
snippetBaseName := strings.Replace(cg.Stmt, "%", "", -1)
126
snippetPath := fmt.Sprintf("%v/%v.txt", PmySnippetRoot, snippetBaseName)
127
cg.Stmt = fmt.Sprintf(
128
- "cat %v | taggo --colorizeQuery '0:yellow' --delimiter ' '",
+ "cat %v | taggo -q '0:yellow' -d ' '",
129
snippetPath,
130
131
}
0 commit comments