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

NAME

Gruntmaster::App::Command::Edit - edit a property of an object

SYNOPSIS

  gm -u edit MGV name
  gm -p edit aplusb level
  gm -c edit test_ct description
  gm -j edit 100 result_text

DESCRIPTION

The get command takes two arguments: an object id and a property name, and opens an editor with the value of that property. Upon exiting the editor, the property is set to the contents of the file.

ENVIRONMENT

The editor is taken from the EDITOR environment variable. If this variable is unset, the program editor is executed instead.

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.