App-JsonLogUtils

 view release on metacpan or  search on metacpan

bin/jshell  view on Meta::CPAN


use strict;
use warnings;

$0 = 'jshell';

use Getopt::Long;
use Pod::Usage;
use List::Util qw(max);
use Term::SimpleColor;
use Term::SimpleColor qw(:background);
use Term::ReadLine;
use Iterator::Simple qw(iterator igrep imap);
use App::JsonLogUtils qw(lines tail json_log);

#-------------------------------------------------------------------------------
# Parse command line options
#-------------------------------------------------------------------------------
my $help = 0;
my $path;



( run in 0.760 second using v1.01-cache-2.11-cpan-f56aa216473 )