Skip to content

Commit

Permalink
clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke committed Jun 10, 2012
1 parent b1f77e1 commit a765a0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@
Minimalist framework for command line apps. CoffeeScript demo:

``` coffeescript
# myscript.coffee
(require 'cmdr')
push:
origin: (target) -> console.log "something like git push origin #{target}"
```

Then you can use it like

$ myscript push origin foo
$ something like git push origin foo

As I said. Minimalist.

### Current status
Expand Down

0 comments on commit a765a0a

Please sign in to comment.