mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
v0.3.6, final adding in docs
This commit is contained in:
@@ -421,4 +421,16 @@ FlagsGroup(flags: list[Flag] = None)
|
|||||||
|
|
||||||
*method mean* **::** возвращает зарегистрированные флаги
|
*method mean* **::** возвращает зарегистрированные флаги
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Тесты
|
||||||
|
|
||||||
|
Запуск тестов:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python -m unittest discover
|
||||||
|
```
|
||||||
|
or
|
||||||
|
```bash
|
||||||
|
python -m unittest discover -v
|
||||||
|
```
|
||||||
|
|||||||
+1
-1
@@ -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"}
|
||||||
|
|||||||
Reference in New Issue
Block a user