Write POD for Gruntmaster::App::*
[gruntmaster-data.git] / lib / Gruntmaster / App / Command / Get.pm
index ab547adedd97fbf84959dc77d0907b415f9f1b18..2763f780f973fd837147422335e4a3911eabde6c 100644 (file)
@@ -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 <b>test</b> contest.<br>
+  # 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<gm>
+
+=head1 AUTHOR
+
+Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
+
+=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
This page took 0.010452 seconds and 4 git commands to generate.