PIT CLI options -e, -E, --title, --text.

PIT CLI
-------

* Added an option, `-e`, to filter by extended properties and its complement,
  `-E`, to set extended properties. Format of the option argument is
  `<propName>=<propValue>`.
* Added the `--title` and `--text` options to specify the title and text of an
  issue on the command line.
* When a new issue is created or an issue is set to rejected or resolved status
  a timestamp is added as an extended property: `created`, `rejected`, and
  `resolved` are the property names respectively.
This commit is contained in:
Jonathan Bernard
2011-12-08 15:02:33 -06:00
parent 846d1edc74
commit ae0d782a5b
2 changed files with 94 additions and 52 deletions

View File

@ -1,9 +1,9 @@
#Wed, 07 Dec 2011 17:57:54 -0600
#Thu, 08 Dec 2011 14:59:30 -0600
build.dir=build
src.dir=src
build.jar=pit-cli-${application.version}.${build.number}.jar
build.number=13
version=3.1.0
build.number=12
version=3.2.0
name=pit-cli
lib.dir=lib
lib.local=true