Skip to content

Commit 7449b30

Browse files
authored
Merge pull request #138 from quadsproject/development
fix: simplify startup CLI banner
2 parents 86d4bd8 + a1135f2 commit 7449b30

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/quads_client/rich_console.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def print_banner(self, has_servers=False):
3232
"[dim]https://quads.dev[/dim]\n\n"
3333
f"{add_server_line}"
3434
"[yellow]Type 'connect' to connect to a server[/yellow]\n"
35-
"[yellow]Type 'token-login' to authenticate with an SSO token[/yellow]\n"
36-
"[yellow]Type 'register' to create a new account[/yellow]\n"
3735
"[yellow]Type 'help' for available commands[/yellow]\n\n"
3836
"[dim]Configuration: ~/.config/quads/quads-client.yml[/dim]\n"
3937
"[dim]History: ~/.config/quads/.quads-client-history.db[/dim]",

tests/test_rich_console.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def test_print_banner_contains_help_text(rich_console):
203203
assert "add_quads_server" in panel_content.lower()
204204
assert "help" in panel_content.lower()
205205
assert "connect" in panel_content.lower()
206-
assert "register" in panel_content.lower()
207206

208207

209208
def test_print_banner_contains_config_paths(rich_console):

0 commit comments

Comments
 (0)