=item B<naodash_to_ansi>(I<$stats>)
Takes the result of B<naodash_user> or B<naodash_xlog> and presents it
-in a text form, using ANSI color escape sequences and unicode ticks
-(✓) and X marks (✗) to indicate the presence/absence of checks.
+in a text form, using ANSI escape sequences to indicate the
+presence/absence of checks.
=item B<run>(I<$user_or_path>)
naodash is a command-line interface to L<NetHack::NAOdash>. It takes a
NAO username or a path to an xlogfile, analyzes it, and prints the
-results of the analysis. A terminal with color and/or UTF-8 support is
+results of the analysis. A terminal with ANSI escape code support is
required. Do not parse this command's output. For computer-readable
output, please use the L<NetHack::NAOdash> library directly.