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:
|
Here is the list of available commands by default:
|
||||||
|
|
||||||
| Command | Alias | Explanation |
|
> Some command have aliases, see `list` for more information
|
||||||
| -------- | ------------------------------- | ------------------------------------------------------------------- |
|
|
||||||
| `add` | | Add command to the database (`add command_name command_message`) |
|
| Command | Explanation |
|
||||||
| `remove` | `delete` | Remove command from database (`remove command_name`) |
|
| -------- | ------------------------------------------------------------------- |
|
||||||
| `list` | `commande`, `commandes`, `help` | Print all available commands (internal and user-defined) |
|
| `add` | Add command to the database (`add command_name command_message`) |
|
||||||
| `edit` | | Modify a database command (`edit command_name new_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
|
## Setup with Docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue