From 093a17fff7b41a072729c71444f3e2ff6ba49e23 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 24 May 2024 18:13:38 +0200 Subject: [PATCH] Update 0.1.9.md --- documentation/docs/changelog/0.1.9.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/docs/changelog/0.1.9.md b/documentation/docs/changelog/0.1.9.md index 2ff923d..4194639 100644 --- a/documentation/docs/changelog/0.1.9.md +++ b/documentation/docs/changelog/0.1.9.md @@ -12,7 +12,7 @@ Not yet released. - OpenAdmin Notifications Center is now using [Sentinel AI](https://github.com/stefanpejcic/Sentinel/tree/main) service - [OpenPanel FTP - FTP module for OpenPanel (**BETA**)](https://github.com/stefanpejcic/OpenPanel-FTP/) - [OpenMail - Emails module for OpenPanel (**BETA**)](https://github.com/stefanpejcic/OpenMail/) -- `opencli faq` commant to show frequently asked questions. +- [`opencli faq` command to show frequently asked questions](#opencli-faq) ### 🐛 Bug fixes @@ -23,3 +23,10 @@ Not yet released. - Install script now supports optional flags `--enable_ftp` and `--enable_mail` to enable experimental features. - `opencli -v` is now alias of `opencli --version` - + + +### opencli faq + +OpenCLI now has a new command `opencli faq` to disbplay most frequently asked questions: + +![opencli faq command output](https://i.postimg.cc/k5k7VkQX/image.png)