NAME
gruntmaster-contest - shell interface to Gruntmaster 6000 contests
SYNOPSIS
gruntmaster-contest list
gruntmaster-contest show id
gruntmaster-contest add id
gruntmaster-contest rm id
gruntmaster-contest get id key
gruntmaster-contest set id key value
DESCRIPTION
gruntmaster-contest is a tool for managing contests.
- list
-
Prints the list of contests.
- show id
-
Prints detailed information about the contest with id id.
- add id
-
Adds a new contest with id id.
- rm id
-
Removes the contest with id id.
- set id key value
-
Sets the key configuration option of contest id to value.
- get id key
-
Get the value of the key configuration option of contest id.
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.