Skip to main content

gui_command

Function gui_command 

Source
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 window
  • Err(Autom8Error) if the GUI fails to initialize