Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/quads_client/rich_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def print_banner(self, has_servers=False):
"[dim]https://quads.dev[/dim]\n\n"
f"{add_server_line}"
"[yellow]Type 'connect' to connect to a server[/yellow]\n"
"[yellow]Type 'token-login' to authenticate with an SSO token[/yellow]\n"
"[yellow]Type 'register' to create a new account[/yellow]\n"
"[yellow]Type 'help' for available commands[/yellow]\n\n"
"[dim]Configuration: ~/.config/quads/quads-client.yml[/dim]\n"
"[dim]History: ~/.config/quads/.quads-client-history.db[/dim]",
Expand Down
1 change: 0 additions & 1 deletion tests/test_rich_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def test_print_banner_contains_help_text(rich_console):
assert "add_quads_server" in panel_content.lower()
assert "help" in panel_content.lower()
assert "connect" in panel_content.lower()
assert "register" in panel_content.lower()


def test_print_banner_contains_config_paths(rich_console):
Expand Down
Loading