This commit is contained in:
Tom Limoncelli 2020-03-29 11:26:02 -04:00
parent 6b3b21728c
commit 9faa4e4097

View File

@ -35,15 +35,15 @@ cli v2 manual
+ [Customization](#customization-2) + [Customization](#customization-2)
* [Timestamp Flag](#timestamp-flag) * [Timestamp Flag](#timestamp-flag)
* [Migration Guide: v1 to v2](#migration-guide-v1-to-v2) * [Migration Guide: v1 to v2](#migration-guide-v1-to-v2)
[Flags before args](#flags-before-args) + [Flags before args](#flags-before-args)
[Import string changed](#import-string-changed) + [Import string changed](#import-string-changed)
[Flag aliases are done differently.](#flag-aliases-are-done-differently) + [Flag aliases are done differently.](#flag-aliases-are-done-differently)
[Commands are now lists of pointers](#commands-are-now-lists-of-pointers) + [Commands are now lists of pointers](#commands-are-now-lists-of-pointers)
[Lists of commands should be pointers](#lists-of-commands-should-be-pointers) + [Lists of commands should be pointers](#lists-of-commands-should-be-pointers)
[cli.Flag changed](#cliflag-changed) + [cli.Flag changed](#cliflag-changed)
[Appending Commands](#appending-commands) + [Appending Commands](#appending-commands)
[Actions returns errors](#actions-returns-errors) + [Actions returns errors](#actions-returns-errors)
[Everything else](#everything-else) + [Everything else](#everything-else)
* [Full API Example](#full-api-example) * [Full API Example](#full-api-example)
<!-- tocstop --> <!-- tocstop -->