v0.3.6, final adding in docs

This commit is contained in:
2025-03-05 02:27:10 +03:00
parent 2bf2144815
commit d59d274bca
2 changed files with 14 additions and 2 deletions
+12
View File
@@ -422,3 +422,15 @@ FlagsGroup(flags: list[Flag] = None)
*method mean* **::** возвращает зарегистрированные флаги *method mean* **::** возвращает зарегистрированные флаги
--- ---
# Тесты
Запуск тестов:
```bash
python -m unittest discover
```
or
```bash
python -m unittest discover -v
```
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "argenta" name = "argenta"
version = "0.3.5" version = "0.3.6"
description = "python library for creating custom shells" description = "python library for creating custom shells"
authors = [ authors = [
{name = "kolo", email = "kolo.is.main@gmail.com"} {name = "kolo", email = "kolo.is.main@gmail.com"}