Searched refs:CommandLineArgs (Results 1 – 5 of 5) sorted by relevance
3 use crate::command::CommandLineArgs;6 pub static CMD_ARGS: RwLock<Option<CommandLineArgs>> = RwLock::new(None);
9 use crate::{command::CommandLineArgs, event::Event};18 _command_line_args: CommandLineArgs,27 pub fn new(command_line_args: CommandLineArgs, sender: mpsc::Sender<Event>) -> Arc<Self> { in new() argument74 command_line_args: CommandLineArgs,81 command_line_args: CommandLineArgs, in new() argument
3 use logmonitor::command::{self, CommandLineArgs};16 let command_line_args = command::CommandLineArgs::parse(); in main()38 cmdargs: CommandLineArgs, in start_headless_app() argument62 cmdargs: CommandLineArgs, in start_tui_app() argument
6 use crate::command::CommandLineArgs;9 pub fn init(cmd_args: &CommandLineArgs) -> LoggingInitResult { in init()
6 pub struct CommandLineArgs { struct