fix: return run mode

This commit is contained in:
Daylin Morgan 2023-08-21 12:07:11 -05:00
parent 57ae475e69
commit 17785a6dc5
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -52,7 +52,7 @@ from typing import (
Union,
)
__version__ = "23.8b2"
__version__ = "23.8b2-dev"
class Spinner:
@ -155,6 +155,7 @@ class Env:
(f"{a.bold}{a.yellow}{choice}{a.end}" for choice in choices)
)
)
return run_mode
class Cfg: