mirror of
https://github.com/ihabunek/toot
synced 2025-01-10 16:52:40 +01:00
Require auth for toot tui
This commit is contained in:
parent
d595cc5140
commit
b6749fb0f1
@ -201,7 +201,7 @@ TUI_COMMANDS = [
|
||||
name="tui",
|
||||
description="Launches the toot terminal user interface",
|
||||
arguments=[],
|
||||
require_auth=False,
|
||||
require_auth=True,
|
||||
),
|
||||
Command(
|
||||
name="curses",
|
||||
|
Loading…
Reference in New Issue
Block a user