Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trhura authored Mar 12, 2018
1 parent 5590f71 commit 8d474db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# SimpleCLI
The simplest way to handle cli arguments in golang. Inspired by python [Fire](https://github.com/google/python-fire) package.

* [Basic usage](#basic-usage)
* [With options / flags](#with-options--flags)
* [Nested commands](#nested-commands)

## Basic usage

```golang
Expand Down

0 comments on commit 8d474db

Please sign in to comment.