Skip to content

Commit

Permalink
Adding card comment info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ike18t committed Feb 3, 2014
1 parent a676bf6 commit cc6a42d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,18 @@ mingle_cli.rb card [number] [format]
mingle_cli.rb cards [filter] [format]
```

```
mingle_cli.rb comment [number] [comment]
```

```
mingle_cli.rb comments [number]
```

###Argument Definitions:###
* __Number__: The card number.
* __Format__: The format of the result of the command. Formats can contain property names nested in brackets which will then be replaced with the value of the property.
* __Comment__: The message to leave in the comment.
* __Filter__: Mingle's MQL syntax.


Expand Down Expand Up @@ -58,6 +63,12 @@ mingle_cli.rb cards 'status is ["in development"]' 'Number: [number] Pair: [dev
Number: 19480 Pair: Homer/Bart
Number: 19495 Pair: Marge/Lisa
```
####Adding a card comment:####

```
mingle_cli.rb comment 19480 'Doh!'
```

####Viewing card comments:####

```
Expand All @@ -66,4 +77,4 @@ mingle_cli.rb comments 19480

```
2014-01-30 12:57:46 -0500 Home Simpson: Doh!
```
```

0 comments on commit cc6a42d

Please sign in to comment.