refactor(cli): remove unused --session flag

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-07-14 20:00:43 +05:00
parent 0cda47fdfd
commit f25224b668
3 changed files with 1 additions and 15 deletions

View File

@ -13,9 +13,4 @@ def parse_args():
action="store_true",
help="Запустить приложение в полноэкранном режиме и сохранить эту настройку"
)
parser.add_argument(
"--session",
action="store_true",
help="Запустить приложение с использованием gamescope"
)
return parser.parse_args()