remove aliases
This commit is contained in:
parent
ba44ff7cd5
commit
1962af8c7e
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -6,12 +6,14 @@
|
|||
|
||||
Here is the list of available commands by default:
|
||||
|
||||
| Command | Alias | Explanation |
|
||||
| -------- | ------------------------------- | ------------------------------------------------------------------- |
|
||||
| `add` | | Add command to the database (`add command_name command_message`) |
|
||||
| `remove` | `delete` | Remove command from database (`remove command_name`) |
|
||||
| `list` | `commande`, `commandes`, `help` | Print all available commands (internal and user-defined) |
|
||||
| `edit` | | Modify a database command (`edit command_name new_command_message`) |
|
||||
> Some command have aliases, see `list` for more information
|
||||
|
||||
| Command | Explanation |
|
||||
| -------- | ------------------------------------------------------------------- |
|
||||
| `add` | Add command to the database (`add command_name command_message`) |
|
||||
| `remove` | Remove command from database (`remove command_name`) |
|
||||
| `list` | Print all available commands (internal and user-defined) |
|
||||
| `edit` | Modify a database command (`edit command_name new_command_message`) |
|
||||
|
||||
## Setup with Docker
|
||||
|
||||
|
|
Loading…
Reference in a new issue