X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FApp%2FCommand%2FList.pm;h=70b7f0fe9ef65a0a6c577ae663563518983215fc;hb=add75bf5fd4cdb38773dc60653f908d3a42b57e2;hp=3c62604c221178f89b090ded5352061880734c23;hpb=92f74061ec24c7d45c9312ae54280356530f6c8c;p=gruntmaster-data.git diff --git a/lib/Gruntmaster/App/Command/List.pm b/lib/Gruntmaster/App/Command/List.pm index 3c62604..70b7f0f 100644 --- a/lib/Gruntmaster/App/Command/List.pm +++ b/lib/Gruntmaster/App/Command/List.pm @@ -3,7 +3,7 @@ package Gruntmaster::App::Command::List; use 5.014000; use warnings; -our $VERSION = '5999.000_004'; +our $VERSION = '5999.000_015'; use Gruntmaster::App '-command'; use Gruntmaster::Data; @@ -23,3 +23,52 @@ sub execute { 1; __END__ + +=encoding utf-8 + +=head1 NAME + +Gruntmaster::App::Command::List - list all objects of a type + +=head1 SYNOPSIS + + gm -c list + # test_contest + # some_other_contest + + gm -j list # This is pretty pointless + # 1 + # 2 + # 3 + + gm -p list + # aplusb + # aminusb + + gm -u list + # MGV + # nobody + +=head1 DESCRIPTION + +The list command lists the IDs of all objects of a type, one per line. +The list is sorted. + +=head1 SEE ALSO + +L + +=head1 AUTHOR + +Marius Gavrilescu, Emarius@ieval.roE + +=head1 COPYRIGHT AND LICENSE + +Copyright (C) 2014-2015 by Marius Gavrilescu + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.20.1 or, +at your option, any later version of Perl 5 you may have available. + + +=cut