Skip to content

Commit

Permalink
Merge pull request sequelize#359 from jgsqware/master
Browse files Browse the repository at this point in the history
Add short flag `-m` for submit comment flag
  • Loading branch information
Tonkpils authored Nov 18, 2016
2 parents 0c5b767 + 659f59c commit c5b1921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
* [#350](https://github.com/exercism/cli/pull/350) Add ARMv8 binaries to CLI releases - [@Tonkpils]
* [#346](https://github.com/exercism/cli/pull/346) Fallback to UTF-8 if encoding is uncertain - [@petertseng]
* [#344](https://github.com/exercism/cli/pull/344) Make the CLI config paths more XDG friendly - [@narqo]
* [#344](https://github.com/exercism/cli/pull/359) Add short flag `-m` for submit comment flag - [@jgsqware]
* **Your contribution here**

## v2.3.0 (2016-08-07)
Expand Down
2 changes: 1 addition & 1 deletion exercism/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func main() {
Usage: "allow submission of test files",
},
cli.StringFlag{
Name: "comment",
Name: "comment, m",
Usage: "includes a comment with the submission",
},
},
Expand Down

0 comments on commit c5b1921

Please sign in to comment.