rgwood/escape-artist

odd text rendering

Closed this issue · 2 comments

I was trying to debug some weirdness in nushell and I'm typing n u and I'm getting some things that I'm not typing.

  • ~/src/escape-artist <-- from prompt
  • you can see an n between some of the escapes <-- got it, this is what i typed
  • then this pops up - no clue where it's coming from
ode -e `console.log(require('node:process').argv)` `a b c`
  • Then further down I get this ../nu_scripts/make_release/get_coverage.nu <-- again, no idea where it's coming from.
  • Later on there's a ver

image

Ugh, I just figured it out. It's hints. LOL. How distracting. It's a little tricky following what's going on with the escapes.

Glad I’m not the only one using this tool! :)