kopia lustrzana https://github.com/ihabunek/toot
Require auth for toot tui
rodzic
d595cc5140
commit
b6749fb0f1
|
@ -201,7 +201,7 @@ TUI_COMMANDS = [
|
||||||
name="tui",
|
name="tui",
|
||||||
description="Launches the toot terminal user interface",
|
description="Launches the toot terminal user interface",
|
||||||
arguments=[],
|
arguments=[],
|
||||||
require_auth=False,
|
require_auth=True,
|
||||||
),
|
),
|
||||||
Command(
|
Command(
|
||||||
name="curses",
|
name="curses",
|
||||||
|
|
Ładowanie…
Reference in New Issue