Skip to content

Commit

Permalink
feat(docs): added supported library to toc
Browse files Browse the repository at this point in the history
  • Loading branch information
bittricky committed Jun 1, 2024
1 parent cc7f3be commit a9dadd5
Showing 1 changed file with 22 additions and 15 deletions.
37 changes: 22 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@

> Do you feel lucky? Well... Let's roll the dice and find out 🎲.
A Command line tool to generate lottery numbers
A command line tool to generate lottery numbers

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)

<!-- toc -->
* [lottery-cli](#lottery-cli)
* [Usage](#usage)
* [Commands](#commands)

- [lottery-cli](#lottery-cli)
- [Usage](#usage)
- [Commands](#commands)
- [Support Lotteries](#support-lotteries)

<!-- tocstop -->

# Usage

<!-- usage -->

```sh-session
$ npm install -g lottery-cli
$ lottery COMMAND
Expand All @@ -26,22 +30,24 @@ USAGE
$ lottery COMMAND
...
```

<!-- usagestop -->

# Commands

<!-- commands -->
* [`lottery help [COMMAND]`](#lottery-help-command)
* [`lottery plugins`](#lottery-plugins)
* [`lottery plugins add PLUGIN`](#lottery-plugins-add-plugin)
* [`lottery plugins:inspect PLUGIN...`](#lottery-pluginsinspect-plugin)
* [`lottery plugins install PLUGIN`](#lottery-plugins-install-plugin)
* [`lottery plugins link PATH`](#lottery-plugins-link-path)
* [`lottery plugins remove [PLUGIN]`](#lottery-plugins-remove-plugin)
* [`lottery plugins reset`](#lottery-plugins-reset)
* [`lottery plugins uninstall [PLUGIN]`](#lottery-plugins-uninstall-plugin)
* [`lottery plugins unlink [PLUGIN]`](#lottery-plugins-unlink-plugin)
* [`lottery plugins update`](#lottery-plugins-update)

- [`lottery help [COMMAND]`](#lottery-help-command)
- [`lottery plugins`](#lottery-plugins)
- [`lottery plugins add PLUGIN`](#lottery-plugins-add-plugin)
- [`lottery plugins:inspect PLUGIN...`](#lottery-pluginsinspect-plugin)
- [`lottery plugins install PLUGIN`](#lottery-plugins-install-plugin)
- [`lottery plugins link PATH`](#lottery-plugins-link-path)
- [`lottery plugins remove [PLUGIN]`](#lottery-plugins-remove-plugin)
- [`lottery plugins reset`](#lottery-plugins-reset)
- [`lottery plugins uninstall [PLUGIN]`](#lottery-plugins-uninstall-plugin)
- [`lottery plugins unlink [PLUGIN]`](#lottery-plugins-unlink-plugin)
- [`lottery plugins update`](#lottery-plugins-update)

## `lottery help [COMMAND]`

Expand Down Expand Up @@ -351,6 +357,7 @@ DESCRIPTION
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1.3/src/commands/plugins/update.ts)_

<!-- commandsstop -->

- [`lottery generate`](#lottery-generate)
Expand Down

0 comments on commit a9dadd5

Please sign in to comment.