Write POD for Gruntmaster::App::*
[gruntmaster-data.git] / lib / Gruntmaster / App / Command / Rm.pm
index 25dc4504118898143d2d197ac0c66ab8da4da26d..84b42378fe990d873a4b81497ccfb1a2c34b2fdf 100644 (file)
@@ -25,3 +25,39 @@ sub execute {
 
 1;
 __END__
+
+=encoding utf-8
+
+=head1 NAME
+
+Gruntmaster::App::Command::Rm - remove an object
+
+=head1 SYNOPSIS
+
+  gm -c rm test_contest
+  gm -p rm aplusb
+  gm -j rm 10
+  gm -u rm MGV
+
+=head1 DESCRIPTION
+
+The rm command takes the ID of an object and removes it.
+
+=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.009956 seconds and 4 git commands to generate.