Skip to content

Commit

Permalink
fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
faldor20 committed Oct 2, 2024
1 parent 8fa124a commit 0e79d9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions jj_tui/bin/jj_commands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ module Intern (Vars : Global_vars.Vars) = struct
| PromptThen _
| Dynamic _
| Selection_prompt _
| Cmd_with_revs _
| Cmd_r _
| Prompt_r _
| Dynamic_r _ )
Expand Down
1 change: 0 additions & 1 deletion jj_tui/bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ open Jj_tui.Logging
*)

let ui_loop ~quit ~term root =
print_endline "starting loop";
let renderer = Nottui.Renderer.make () in
let root =
let$ root = root in
Expand Down

0 comments on commit 0e79d9b

Please sign in to comment.