From 31ff1b91094743457ca47fe1256441acf735b169 Mon Sep 17 00:00:00 2001
From: Daniele Pallastrelli <5451767+daniele77@users.noreply.github.com>
Date: Tue, 17 Jan 2023 18:14:55 +0100
Subject: [PATCH] Update README and CHANGELOG
---
CHANGELOG.md | 1 +
README.md | 26 ++++++++++++++++++++------
include/cli/cli.h | 12 +++++-------
3 files changed, 26 insertions(+), 13 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50cb451..f354c69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Nest namespace rang (issue [#167](https://github.com/daniele77/cli/issues/167))
- Add ascii value 8 for backspace (issue [#124](https://github.com/daniele77/cli/issues/124))
- Add check for CMAKE_SKIP_INSTALL_RULES (issue [#160](https://github.com/daniele77/cli/issues/160))
+ - Add enter action (issue [#177](https://github.com/daniele77/cli/issues/177) - PR [#180](https://github.com/daniele77/cli/pull/177))
## [2.0.2] - 2022-08-18
diff --git a/README.md b/README.md
index 3185a2d..a6a4fbe 100644
--- a/README.md
+++ b/README.md
@@ -298,7 +298,7 @@ ioc.run();
You must provide at least a root menu for your cli:
-```
+```C++
// create a menu (this is the root menu of our cli)
auto rootMenu = make_unique