pub fn gui_command() -> Result<()>Expand description
Launch the native GUI application.
Opens a native window displaying real-time status of autom8 activity across all projects in a graphical user interface.
ยงReturns
Ok(())when the user closes the windowErr(Autom8Error)if the GUI fails to initialize