Skip to content

Commit

Permalink
docs: update README.md with new command documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bittricky committed Dec 17, 2024
1 parent 6a612da commit 293328c
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ A command line tool to generate random lottery numbers
[![Downloads/week](https://img.shields.io/npm/dw/jackpot-cli.svg)](https://www.npmjs.com/package/jackpot-cli)

<!-- toc -->

- [jackpot-cli](#jackpot-cli)
- [Usage](#usage)
- [Commands](#commands)
* [jackpot-cli](#jackpot-cli)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->

# Usage

<!-- usage -->

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

<!-- usagestop -->

# Commands

<!-- commands -->

- [`jackpot help [COMMAND]`](#jackpot-help-command)
- [`jackpot plugins`](#jackpot-plugins)
- [`jackpot plugins:add PLUGIN`](#jackpot-pluginsadd-plugin)
- [`jackpot plugins:inspect PLUGIN...`](#jackpot-pluginsinspect-plugin)
- [`jackpot plugins:install PLUGIN`](#jackpot-pluginsinstall-plugin)
- [`jackpot plugins:link PATH`](#jackpot-pluginslink-path)
- [`jackpot plugins:remove [PLUGIN]`](#jackpot-pluginsremove-plugin)
- [`jackpot plugins:reset`](#jackpot-pluginsreset)
- [`jackpot plugins:uninstall [PLUGIN]`](#jackpot-pluginsuninstall-plugin)
- [`jackpot plugins:unlink [PLUGIN]`](#jackpot-pluginsunlink-plugin)
- [`jackpot plugins:update`](#jackpot-pluginsupdate)
* [`jackpot help [COMMAND]`](#jackpot-help-command)
* [`jackpot plugins`](#jackpot-plugins)
* [`jackpot plugins:add PLUGIN`](#jackpot-pluginsadd-plugin)
* [`jackpot plugins:inspect PLUGIN...`](#jackpot-pluginsinspect-plugin)
* [`jackpot plugins:install PLUGIN`](#jackpot-pluginsinstall-plugin)
* [`jackpot plugins:link PATH`](#jackpot-pluginslink-path)
* [`jackpot plugins:remove [PLUGIN]`](#jackpot-pluginsremove-plugin)
* [`jackpot plugins:reset`](#jackpot-pluginsreset)
* [`jackpot plugins:uninstall [PLUGIN]`](#jackpot-pluginsuninstall-plugin)
* [`jackpot plugins:unlink [PLUGIN]`](#jackpot-pluginsunlink-plugin)
* [`jackpot plugins:update`](#jackpot-pluginsupdate)

## `jackpot help [COMMAND]`

Expand Down Expand Up @@ -358,7 +354,6 @@ DESCRIPTION
```

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

<!-- commandsstop -->

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

0 comments on commit 293328c

Please sign in to comment.