X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FApp%2FCommand%2FGet.pm;h=9c10526cf8bc7acdfe5a71f205e409a01082237c;hp=ab547adedd97fbf84959dc77d0907b415f9f1b18;hb=e1b9f3ddadeb424826cacd6319cd065d9b008e95;hpb=92f74061ec24c7d45c9312ae54280356530f6c8c diff --git a/lib/Gruntmaster/App/Command/Get.pm b/lib/Gruntmaster/App/Command/Get.pm index ab547ad..9c10526 100644 --- a/lib/Gruntmaster/App/Command/Get.pm +++ b/lib/Gruntmaster/App/Command/Get.pm @@ -25,3 +25,48 @@ sub execute { 1; __END__ + +=encoding utf-8 + +=head1 NAME + +Gruntmaster::App::Command::Get - get a property of an object + +=head1 SYNOPSIS + + gm -u get MGV name + # Marius Gavrilescu + + gm -p get aplusb level + # beginner + + gm -c get test_ct description + # This is a test contest.
+ # Nothing to see here. + + gm -j get 100 result_text + # Accepted + +=head1 DESCRIPTION + +The get command takes two arguments: an object id and a property name, +and returns the value of that property. + +=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