mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-18 21:54:26 +00:00
This patch move the call to `process::exit()` out of `create_ui()` by letting that function return a `(Ui, Result<(), CommandError>)`.
This patch move the call to `process::exit()` out of `create_ui()` by letting that function return a `(Ui, Result<(), CommandError>)`.