pub fn run_gui() -> Result<(), Error>
Expand description
Calls the [ui::run_common::<C>
] function supplying it with the
commandline interface template as a type. Any errors are thrown
back to the calling function. A debug message is then displayed
conveying that the program is being run in the GUI mode.