Up

module Default_ui

: sig

High-level helper functions

#
val make_ui : General.config -> Support.Common.yes_no_maybe -> Ui.ui_handler

Create a UI appropriate for the current environment and user options. This will be a graphical UI if Gui.try_get_gui returns one and we're not in dry-run mode. Otherwise, it will be an interactive console UI if stderr is a tty. Otherwise, it will be a batch UI (no progress display).

end