mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-06 07:52:50 +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>)`.