The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gruntmaster::App::Command::Get - get a property of an object

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

DESCRIPTION

The get command takes two arguments: an object id and a property name, and returns the value of that property.

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.