From 1962af8c7e57cb433b34fcd388e8301eaf32e1dc Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 24 Jan 2024 19:29:05 +0100 Subject: [PATCH] remove aliases --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 57fbe5e..632e0d9 100644 --- a/README.md +++ b/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