Skip to content

Commit

Permalink
add toc in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Jan 31, 2018
1 parent 7f929f4 commit 9e9dd30
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,31 @@ Some applications are built using `go-cli` including:
- [mknovel](https://github.com/subchen/mknovel)
- [ovfenv-installer](https://github.com/subchen/ovfenv-installer)

Contents

- [Installation](#overview)
- [Syntax for Command Line](#syntax-for-command-line)
- [Getting Started](#getting-started)
* [Arguments](#arguments)
* [Flags](#flags)
+ [Bool flag](#bool-flag)
+ [Value bind](#value-bind)
+ [Short, Long, Alias Names](#short-long-alias-names)
+ [Placeholder](#placeholder)
+ [Default Value](#default-value)
+ [NoOptDefVal](#nooptdefval)
+ [Hidden flags](#hidden-flags)
* [Commands](#commands)
- [Generate Help](#generate-help)
* [Customize help](#customize-help)
- [Generate Version](#generate-version)
* [Customize version](#customize-version)
- [Error Handler](#error-handler)
* [OnCommandNotFound](#oncommandnotfound)
* [ActionPanicHandler](#actionpanichandler)
- [Contributing](#contributing)
- [License](#license)


## Installation

Expand Down

0 comments on commit 9e9dd30

Please sign in to comment.