X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FApp%2FCommand%2FGet.pm;fp=lib%2FGruntmaster%2FApp%2FCommand%2FGet.pm;h=2763f780f973fd837147422335e4a3911eabde6c;hp=ab547adedd97fbf84959dc77d0907b415f9f1b18;hb=63afa40a4691cd73c543ff4f952beceb95db8841;hpb=dfcf2c13edfa774d76f2b917cccc6982e0a0b91b diff --git a/lib/Gruntmaster/App/Command/Get.pm b/lib/Gruntmaster/App/Command/Get.pm index ab547ad..2763f78 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) 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