README.md in vindetta-0.16.0 vs README.md in vindetta-0.17.0
- old
+ new
@@ -20,10 +20,28 @@
$ gem install vindetta
## Usage
```bash
-$ vindetta generate
+NAME
+ vindetta - Vehicle Identification Number (VIN) CLI
+
+SYNOPSIS
+ vindetta [global options] command [command options] [arguments...]
+
+VERSION
+ 0.16.0
+
+GLOBAL OPTIONS
+ --help - Show this message
+ --version - Display the program version
+
+COMMANDS
+ decode, d - Decodes a VIN
+ generate, g - Generates a random VIN
+ help - Shows a list of commands or help for one command
+ transliterate, t - Transliterates a VIN character
+ validate, v - Validates a VIN
```
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.