Skip to content

Commit

Permalink
feat: add contents section
Browse files Browse the repository at this point in the history
  • Loading branch information
devnote-dev committed Oct 30, 2023
1 parent 6a423cd commit e71643b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

Based on [spf13/cobra](https://github.com/spf13/cobra), Cling is built to be almost entirely modular, giving you absolute control over almost everything without the need for embedded macros - there isn't even a default help command or flag!

## Contents

- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Commands](#commands)
- [Arguments and Options](#arguments-and-options)
- [Customising](#customising)
- [Extensions](#extensions)
- [Motivation](#motivation)
- [Projects using Cling](#projects-using-cling)
- [Contributing](#contributing)
- [Contributors](#contributors)

## Installation

1. Add the dependency to your `shard.yml`:
Expand Down

0 comments on commit e71643b

Please sign in to comment.