← #86 Add multi-account CLI support with --as flag

#82 Refactor login command for multi-account account creation

closed medium · sable · 2026-03-02 23:37 · closed 2026-03-02 23:37 · Phase 1: CLI Foundation

Comments — 1

sable note 2026-03-02 23:37

Login refactor: returns (String, Session) instead of Option<Session>. Creates account dir on login. Registers account in config. Sets default_did on first-ever login. Execute trait changes: login is special-cased in dispatch (no CommandContext), other commands get CommandContext. Depends on #52.

Generated 2026-03-03 02:53 UTC