mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-10 18:02:51 +00:00
Still UserSettings is cloned to WorkspaceCommandHelper, but I think this is slightly better since CommandHelper and WorkspaceCommandHelper are scoped based on call stack. Perhaps, UserSettings can be shared by Arc or immutable reference.