X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FApp%2FCommand%2FSet.pm;fp=lib%2FGruntmaster%2FApp%2FCommand%2FSet.pm;h=3ae62b0d507f7b81c6fb01c23365ec8dca00e199;hp=b3754ddee359bd02e81616187f4818a2b33f1463;hb=63afa40a4691cd73c543ff4f952beceb95db8841;hpb=dfcf2c13edfa774d76f2b917cccc6982e0a0b91b diff --git a/lib/Gruntmaster/App/Command/Set.pm b/lib/Gruntmaster/App/Command/Set.pm index b3754dd..3ae62b0 100644 --- a/lib/Gruntmaster/App/Command/Set.pm +++ b/lib/Gruntmaster/App/Command/Set.pm @@ -33,3 +33,41 @@ sub execute { 1; __END__ + +=encoding utf-8 + +=head1 NAME + +Gruntmaster::App::Command::Set - set a property of an object + +=head1 SYNOPSIS + + gm -u set MGV name 'Marius Gavrilescu' + gm -p set aplusb level beginner + gm -c set test_ct 'This is a test contest.
Nothing to see here' + gm -j set 100 result_text Accepted + +=head1 DESCRIPTION + +The set command takes three arguments: an object id, a property name, +and a value. It sets the given property of the given object to the +given value. + +=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