Skip to content

Commit

Permalink
Rename to Troll-opt with a dash to make more sense.
Browse files Browse the repository at this point in the history
  • Loading branch information
relistan committed Dec 8, 2012
1 parent 9e06c23 commit a1de4b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![Build Status](https://travis-ci.org/relistan/troll.opt.png)](https://travis-ci.org/relistan/troll.opt)
Troll.opt
[![Build Status](https://travis-ci.org/relistan/troll-opt.png)](https://travis-ci.org/relistan/troll-opt)
Troll-opt
=========

A powerful-but-simple command line parser in CoffeeScript for Node.js
apps inspired by William Morgan's awesome
[Trollop](http://trollop.rubyforge.org/) gem for Ruby.

Troll.opt allows you to define and parse command line args in one
Troll-opt allows you to define and parse command line args in one
simple definition. One line per opt: that's all you need. No chaining
long series of commands together, no multiline parsing definitions.

Expand Down Expand Up @@ -71,7 +71,7 @@ If we then inspect the contents of `opts` as defined above we see:
Features
--------

Troll.opt, like Trollop, gives you a lot of win for not much work. Here
Troll-opt, like Trollop, gives you a lot of win for not much work. Here
are some of the things you get for free:

* Automatic assignment of defaults
Expand Down

0 comments on commit a1de4b7

Please sign in to comment.