The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Gruntmaster::App::Command::Set - set a property of an object

SYNOPSIS

gm -u set MGV name 'Marius Gavrilescu'
gm -p set aplusb level beginner
gm -c set test_ct 'This is a <b>test</b> contest.<br>Nothing to see here'
gm -j set 100 result_text Accepted

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.

SEE ALSO

gm

AUTHOR

Marius Gavrilescu, <marius@ieval.ro>

COPYRIGHT AND LICENSE

Copyright (C) 2014-2016 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.