mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
docs(readme): update to latest help
This commit is contained in:
18
README.md
18
README.md
@@ -30,21 +30,27 @@ When you install the CLI, you can use our commands with **sern** prefix.
|
|||||||
```
|
```
|
||||||
Usage: sern [options] [command]
|
Usage: sern [options] [command]
|
||||||
|
|
||||||
Welcome to sern!
|
|
||||||
If you're new to sern, run sern init for an interactive setup to your new bot project!
|
|
||||||
|
|
||||||
If you have any ideas, suggestions, bug reports, kindly join our support server: https://discord.gg/xzK5fUKT4r
|
___ ___ _ __ _ __
|
||||||
|
/ __|/ _ \ '__| '_ \
|
||||||
|
\__ \ __/ | | | | |
|
||||||
|
|___/\___|_| |_| |_|
|
||||||
|
|
||||||
|
Welcome!
|
||||||
|
If you're new to sern, run npm create @sern/bot for an interactive setup to your new bot project!
|
||||||
|
|
||||||
|
If you have any ideas, suggestions, bug reports, kindly join our support server: https://sern.dev/discord
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-V, --version output the version number
|
-v, --version output the version number
|
||||||
-h, --help display help for command
|
-h, --help display help for command
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
init [options] Quickest way to scaffold a new project
|
init [options] Quickest way to scaffold a new project [DEPRECATED]
|
||||||
plugins [options] Install plugins from https://github.com/sern-handler/awesome-plugins
|
plugins [options] Install plugins from https://github.com/sern-handler/awesome-plugins
|
||||||
extra Easy way to add extra things in your sern project
|
extra Easy way to add extra things in your sern project
|
||||||
|
commands Defacto way to manage your slash commands
|
||||||
help [command] display help for command
|
help [command] display help for command
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setting Up Your Project
|
## Setting Up Your Project
|
||||||
|
|||||||
Reference in New Issue
Block a user