From 33c4b0da4d90c7fd22ec57c8a54758a8edd9c3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alve=20Svar=C3=A9n?= Date: Sat, 21 Nov 2020 00:44:39 +0100 Subject: [PATCH] Moved colors to other features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515f73e..182674b 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ mccli console servername - [x] Systemd service (template) to start minecraft servers - [x] Code to manage systemd service - [ ] Backup system (both automatic and manual) -- [ ] Colors when running commands - [ ] Support for comments when using config_parser.py ### Other features that I might add in the future @@ -108,4 +107,5 @@ mccli console servername - [ ] Automatic port forwarding using UPnP - [ ] YML file support when using modify command - [ ] Plugin manager +- [ ] Colors when running commands - [ ] CLI autocompletion