README.markdown in redmine-cli-0.1.0 vs README.markdown in redmine-cli-0.1.1
- old
+ new
@@ -34,10 +34,10 @@
redmine update 524 -description "New description"
redmine update 256 --assigned_to me
- Updating multiple tickets
- redmine update 2,3,4 --assigned_to johndoe
+ redmine update 2 3 4 --assigned_to johndoe
- Updating all tickets for a list
redmine list --status new --std_output | xargs redmine update --asigned_to me --status 3 -l
\# Note that the last argument of the update command must be -l