README.md in dude-cli-2.0.6 vs README.md in dude-cli-2.0.7
- old
+ new
@@ -1,7 +1,13 @@
-# Dude [![Gem Version](https://badge.fury.io/rb/dude-cli.svg)](https://badge.fury.io/rb/dude-cli)
+# Dude
+[![Gem Version](https://badge.fury.io/rb/dude-cli.svg)](https://badge.fury.io/rb/dude-cli)
+![Codacy coverage](https://img.shields.io/codacy/coverage/8c564cf8054e4575b20b580d47020f52)
+[![Codacy Badge](https://app.codacy.com/project/badge/Grade/a02f0a87f88542c89ac5bf62d1a7d0f7)](https://www.codacy.com/gh/npupko/dude/dashboard?utm_source=github.com&utm_medium=referral&utm_content=npupko/dude&utm_campaign=Badge_Grade)
+![Gem](https://img.shields.io/gem/dv/dude-cli/stable)
+![GitHub](https://img.shields.io/github/license/npupko/dude)
+
A daily assistant in the hard work of a programmer
This program helps to combine such services as [Jira](https://atlassian.net), [Toggl](https://toggl.com) and replace most routine activities with one simple CLI utility.
## Installation
@@ -74,13 +80,13 @@
| Command | Required parameters | Optional parameters | Description |
|:-------------:|:-------------------|:-------------------|:--------------------------------------------------------------------------------------|
| dude install | - | - | Create .duderc file in your home directory |
| dude checkout | ISSUE_ID | - | Checkout to branch with name "ID-issue-title" |
| dude track | ISSUE_ID | - | Start time entry in Toggl with issue project, title and id |
-| dude tasks | ISSUE_ID | - | Show all issues in current project (For current sprint) |
+| dude tasks | - | - | Show all issues in current project (For current sprint) |
| dude stop | - | - | Stop current time entry in Toggl |
-| dude start | - | - | Do `checkout`, `track` and `move` actions |
+| dude start | ISSUE_ID | - | Do `checkout`, `track` and `move` actions |
| dude move | ISSUE_ID | --list=NAME | Move issue to another column (Will provide options if called without --list parameter) |
| dude version | - | - | Display gem version |
You also can use `dude help` for short description of every command.
@@ -90,6 +96,8 @@
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
-## [Changelog](https://github.com/npupko/dude/CHANGELOG.md)
+## Changelog
+
+https://github.com/npupko/dude/blob/master/CHANGELOG.md