Searched defs:CommandLineArgs (Results 1 – 3 of 3) sorted by relevance
6 pub struct CommandLineArgs { struct9 pub kernel: PathBuf,13 pub kmem: String,17 pub tui: bool,21 pub log_dir: PathBuf,
38 cmdargs: CommandLineArgs, in start_headless_app()62 cmdargs: CommandLineArgs, in start_tui_app()
27 pub fn new(command_line_args: CommandLineArgs, sender: mpsc::Sender<Event>) -> Arc<Self> { in new()81 command_line_args: CommandLineArgs, in new()