@@ -52,7 +52,7 @@ Example output:
5252``` text
5353Added account
5454
55- Label : you@example.com
55+ Email : you@example.com
5656 Account ID : 8cd075d2-c767-41da-91d4-09ff5585276d
5757```
5858
@@ -67,13 +67,15 @@ Example:
6767``` text
6868Saved accounts (2)
6969
70- Active Label Account ID Last used
71- ------ --------------- ----------- --------------------
72- yes foo@example.com 8cd075d2-c767-41da-91d4-09ff5585276d 2026-04-04 21:10 local
73- bar@example.com a1b2c3d4-e5f6-7890-abcd-1234567890ef 2026-04-03 18:00 local
70+ Email Account ID Last used
71+ --------- --------------- ------------------------------------ --------------------
72+ [Current] foo@example.com 8cd075d2-c767-41da-91d4-09ff5585276d 2026-04-04 21:10 local
73+ bar@example.com a1b2c3d4-e5f6-7890-abcd-1234567890ef 2026-04-03 18:00 local
74+
75+ Tip: Run `use <email>` to switch accounts.
7476```
7577
76- Columns: active flag , email label, ` account_id ` , and ` last_used_at ` in local time.
78+ Columns: current marker , email label, ` account_id ` , and ` last_used_at ` in local time.
7779
7880### 3. Switch the active account
7981
@@ -96,7 +98,7 @@ Example output:
9698``` text
9799Active account
98100
99- Label : foo@example.com
101+ Email : foo@example.com
100102 Account ID : 8cd075d2-c767-41da-91d4-09ff5585276d
101103```
102104
@@ -125,7 +127,7 @@ Example output:
125127``` text
126128Removed account
127129
128- Label : foo@example.com
130+ Email : foo@example.com
129131 Account ID : 8cd075d2-c767-41da-91d4-09ff5585276d
130132```
131133
@@ -160,13 +162,11 @@ Example:
160162``` text
161163Usage summary (2 accounts)
162164
163- foo@example.com
164- Status : ok
165+ ▶ foo@example.com (Current)
165166 Observed email : admin@northview.jp
166- Plan : pro
167- 5h limit : 58% left (resets 14:00)
168- Weekly limit : 90% left (resets 15:00 on 11 Apr)
169- Fetched : 2026-04-04 21:10 local
167+ Plan : Pro
168+ 5h limit : 58% left (resets 14:00)
169+ Weekly limit : 90% left (resets 15:00 on 11 Apr)
170170
171171bar@example.com
172172 Status : error
0 commit comments