X-Git-Url: http://git.ieval.ro/?p=webservice-tdwtf.git;a=blobdiff_plain;f=tdwtf;fp=tdwtf;h=8c102e962360857f9809c63a7a50da48f648a808;hp=40d8e46db536b3adb83abd38813c6f54301ca530;hb=0911ac34e6ae2761f1b464817ce43d3a4e4ce14e;hpb=8773c4ec2c066ec03cb01a646f1f8b05b3497bde diff --git a/tdwtf b/tdwtf index 40d8e46..8c102e9 100755 --- a/tdwtf +++ b/tdwtf @@ -10,6 +10,7 @@ GetOptions( recent => \$args{recent}, series => \$args{series}, author => \$args{author}, + 'show-series' => \$args{show_series}, ); App::TDWTF::run(\%args, @ARGV); @@ -35,6 +36,7 @@ tdwtf - CLI interface to thedailywtf.com tdwtf --author snoofle # lists the most recent 8 articles by snoofle tdwtf --author snoofle 10 tdwtf --author snoofle 2015 01 + tdwtf --show-series # prints a list of all existing article series =head1 DESCRIPTION