]>
iEval git - nethack-naodash.git/blob - naodash
8 App
::NAOdash
::run
(@ARGV);
16 naodash - Analyze NetHack xlogfiles and extract statistics (command-line interface)
20 naodash mgv # Show statistics for the mgv user on NAO
21 naodash /path/to/xlogfile # Show statistics for a given xlogfile
25 naodash is a command-line interface to L<NetHack::NAOdash>. It takes a
26 NAO username or a path to an xlogfile, analyzes it, and prints the
27 results of the analysis. A terminal with ANSI escape code support is
28 required. Do not parse this command's output. For computer-readable
29 output, please use the L<NetHack::NAOdash> library directly.
37 Path to a directory that should be used to cache xlogfiles downloaded
38 from NAO, or the special value 'none' (case-insensitive) to disable
41 By default a directory named 'naodash' in the default temporary
42 directory (C<< File::Spec->tmpdir >>) is used.
48 L<NetHack::NAOdash>, L<http://alt.org/nethack/>, L<App::NAOdash>, L<App::Web::NAOdash>
52 Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
54 =head1 COPYRIGHT AND LICENSE
56 Copyright (C) 2015 by Marius Gavrilescu
58 This library is free software; you can redistribute it and/or modify
59 it under the same terms as Perl itself, either Perl version 5.20.2 or,
60 at your option, any later version of Perl 5 you may have available.
This page took 0.055191 seconds and 5 git commands to generate.