docs: fix README TOC
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
[](http://godoc.org/github.com/alecthomas/kong) [](https://circleci.com/gh/alecthomas/kong) [](https://goreportcard.com/report/github.com/alecthomas/kong) [](https://gophers.slack.com/messages/CN9DS8YF3)
|
[](http://godoc.org/github.com/alecthomas/kong) [](https://circleci.com/gh/alecthomas/kong) [](https://goreportcard.com/report/github.com/alecthomas/kong) [](https://gophers.slack.com/messages/CN9DS8YF3)
|
||||||
|
|
||||||
- [Kong is a command-line parser for Go](#kong-is-a-command-line-parser-for-go)
|
|
||||||
- [Version 1.0.0 Release](#version-100-release)
|
- [Version 1.0.0 Release](#version-100-release)
|
||||||
- [Introduction](#introduction)
|
- [Introduction](#introduction)
|
||||||
- [Help](#help)
|
- [Help](#help)
|
||||||
@@ -37,7 +36,7 @@
|
|||||||
- [`Resolver(...)` - support for default values from external sources](#resolver---support-for-default-values-from-external-sources)
|
- [`Resolver(...)` - support for default values from external sources](#resolver---support-for-default-values-from-external-sources)
|
||||||
- [`*Mapper(...)` - customising how the command-line is mapped to Go values](#mapper---customising-how-the-command-line-is-mapped-to-go-values)
|
- [`*Mapper(...)` - customising how the command-line is mapped to Go values](#mapper---customising-how-the-command-line-is-mapped-to-go-values)
|
||||||
- [`ConfigureHelp(HelpOptions)` and `Help(HelpFunc)` - customising help](#configurehelphelpoptions-and-helphelpfunc---customising-help)
|
- [`ConfigureHelp(HelpOptions)` and `Help(HelpFunc)` - customising help](#configurehelphelpoptions-and-helphelpfunc---customising-help)
|
||||||
- [`Bind(...)` - bind values for callback hooks and Run() methods](#bind---bind-values-for-callback-hooks-and-run-methods)
|
- [Injecting values into `Run()` methods](#injecting-values-into-run-methods)
|
||||||
- [Other options](#other-options)
|
- [Other options](#other-options)
|
||||||
|
|
||||||
## Version 1.0.0 Release
|
## Version 1.0.0 Release
|
||||||
|
|||||||
Reference in New Issue
Block a user