diff --git a/README.md b/README.md index 4e287eb..6b613a2 100644 --- a/README.md +++ b/README.md @@ -11,34 +11,6 @@ _"clim" = "cli" + "slim"_ ![spec5](https://github.com/at-grandpa/clim/workflows/spec5/badge.svg) ![format-check](https://github.com/at-grandpa/clim/workflows/format-check/badge.svg) ![completion](https://github.com/at-grandpa/clim/workflows/completion/badge.svg) -## ToC - -- [clim](#clim) - - [ToC](#toc) - - [Goals](#goals) - - [Support](#support) - - [Installation](#installation) - - [Samples](#samples) - - [Minimum sample](#minimum-sample) - - [Command information sample](#command-information-sample) - - [Sub commands sample](#sub-commands-sample) - - [How to use](#how-to-use) - - [require & inherit](#require--inherit) - - [Command Informations](#command-informations) - - [desc](#desc) - - [usage](#usage) - - [alias_name](#alias_name) - - [version](#version) - - [Short option for help](#short-option-for-help) - - [option](#option) - - [argument](#argument) - - [help_template](#help_template) - - [help string](#help-string) - - [`io` in run block](#io-in-run-block) - - [Bash completion](#bash-completion) - - [Development](#development) - - [Contributing](#contributing) - - [Contributors](#contributors) ## Goals