From a7c6a147050029a98e6135c650e18caa5f2a0cea Mon Sep 17 00:00:00 2001 From: kolo <154599184+koloideal@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:56:24 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6d12941..87c1e9f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ #### RU - [README.ru.md](https://github.com/koloideal/Argenta/blob/kolo/README.ru.md) • DE - [README.de.md](https://github.com/koloideal/Argenta/blob/kolo/README.de.md) +--- + +Argenta allows you to encapsulate CLI functionality in isolated, abstracted environments. Eg: you are creating a utility similar to the Metasploit Framework, where the user first logs into a specific scope (for example, selects a module to scan), and then gets access to a set of commands specific only to that context. Argenta provides a simple and concise way to build such an architecture. + +--- + ![preview](https://github.com/koloideal/Argenta/blob/kolo/imgs/mock_app_preview4.png?raw=True) ---