Restructure the tui/ directory

This commit is contained in:
Dmitrii Kovanikov 2024-03-23 10:53:03 +00:00
parent a17832ec66
commit dfcca199c3
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ let path_arg =
& opt string "."
& info [ "d"; "directory" ] ~docv:"DIRECTORY_PATH" ~doc)
let gh_tui_t = Term.(const Tui.start $ repo_arg $ path_arg)
let gh_tui_t = Term.(const Tui.App.start $ repo_arg $ path_arg)
let cmd =
let doc = "TUI of a GitHub repository" in

View File

@ -1,4 +1,4 @@
(include_subdirs unqualified)
(include_subdirs qualified)
(library
(name github_tui)