This message was deleted.
# report-bugs
s
This message was deleted.
👀 1
1
😁 1
p
oh weird good callout - on this!
v
Actually it is not minor. It is not only in the help output. It is for example also used in the
completion
output and thus that one does not work at all.
To work-around it, you can add
| sed 's/index.js/gt/g'
inside the shell scritpt that invokes the Graphite CLI. But of course only if you tend to not have
index.js
in regular output as that would also be replaced. 🙂
But be aware that this will also have other side-effects like disabling colored output
And it totally breaks the interactive menus, so don't do it unless you use some pty wrapper.