rvesse / airline

Java annotation-based framework for parsing Git like command line structures with deep extensibility
https://rvesse.github.io/airline/
Apache License 2.0
128 stars 20 forks source link

TroffPrinter does not handle special characters in Java strings #47

Closed rvesse closed 6 years ago

rvesse commented 8 years ago

More specifically I have found a case where help annotations contain a \t to indicate a tab character and the Basic help displays correctly but the manual page help prints the \t literally resulting in incorrect Display.

I am not sure if this is actually a bug on our part or if the annotations should be using a literal tab rather than the Java escape