NAME

gruntmaster-problem - shell interface to Gruntmaster 6000 problems

SYNOPSIS

gruntmaster-problem add problem_id
gruntmaster-problem list
gruntmaster-problem rm problem_id
gruntmaster-problem show problem_id
gruntmaster-problem set [--file] problem_id key value
gruntmaster-problem get problem_id key

DESCRIPTION

gruntmaster-problem is a tool for managing problems.

list

Prints the list of problems in the selected contest.

show id

Prints detailed information about problem id.

add id

Adds a new problem with id id.

rm id

Removes the problem with id id.

set id key value

Sets the key configuration option of problem id to value.

get id key

Get the value of the key configuration option of problem id

set --file id key file

Sets the key configuration option of problem id to the contents of the file file.

AUTHOR

Marius Gavrilescu <marius@ieval.ro>

COPYRIGHT AND LICENSE

Copyright (C) 2014 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.18.1 or, at your option, any later version of Perl 5 you may have available.