ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/examples
Yuya Nishihara d7911ff279 cli: move ui.cwd() to CommandHelper
I'm going to remove owned UserSettings from Ui so that UserSettings can be
instantiated after both user and repo configs are loaded. ui.cwd() belongs
to the same category (random environment stuff), and Ui doesn't depend on it,
so let's remove it first from Ui.

I'm not pretty sure if CommandHelper and WorkspaceCommandHelper should be
a permanent home for cwd and settings, but it works for now as CommandHelper
is immutable.
2023-01-05 14:33:10 +09:00
..
custom-backend cli: move ui.cwd() to CommandHelper 2023-01-05 14:33:10 +09:00
custom-command cli: port custom command dispatch to CliRunner 2023-01-04 15:48:38 +09:00