docs(cli): clarify veilid-cli -e and -i

This commit is contained in:
Kyle H 2025-05-06 22:05:00 -04:00 committed by Brandon Vandegrift
parent 29397a35eb
commit b33787ed8f

View file

@ -47,10 +47,10 @@ struct CmdlineArgs {
/// Log level for the CLI itself (not for the Veilid node)
#[arg(long, value_enum)]
cli_log_level: Option<LogLevel>,
/// interactive
/// interactive mode
#[arg(long, short = 'i', group = "execution_mode")]
interactive: bool,
/// evaluate
/// evaluate the rest of the line as a cli command
#[arg(long, short = 'e', group = "execution_mode")]
evaluate: Option<String>,
/// show log only