No need to handle this stuff here
pull/444/head
Ivan Habunek 2023-12-05 10:41:54 +01:00
rodzic 78f994c0f1
commit d91f3477a8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F5F0623FF5EBCB3D
1 zmienionych plików z 1 dodań i 13 usunięć

Wyświetl plik

@ -1,15 +1,3 @@
import sys
from toot.cli import cli
from toot.exceptions import ConsoleError
from toot.output import print_err
from toot.settings import load_settings
try:
defaults = load_settings().get("commands", {})
cli(default_map=defaults)
except ConsoleError as ex:
print_err(str(ex))
sys.exit(1)
except KeyboardInterrupt:
print_err("Aborted")
sys.exit(1)
cli()