mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-01 03:06:06 -04:00
docs(cli): clarify veilid-cli -e and -i
This commit is contained in:
parent
29397a35eb
commit
b33787ed8f
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@ struct CmdlineArgs {
|
||||||
/// Log level for the CLI itself (not for the Veilid node)
|
/// Log level for the CLI itself (not for the Veilid node)
|
||||||
#[arg(long, value_enum)]
|
#[arg(long, value_enum)]
|
||||||
cli_log_level: Option<LogLevel>,
|
cli_log_level: Option<LogLevel>,
|
||||||
/// interactive
|
/// interactive mode
|
||||||
#[arg(long, short = 'i', group = "execution_mode")]
|
#[arg(long, short = 'i', group = "execution_mode")]
|
||||||
interactive: bool,
|
interactive: bool,
|
||||||
/// evaluate
|
/// evaluate the rest of the line as a cli command
|
||||||
#[arg(long, short = 'e', group = "execution_mode")]
|
#[arg(long, short = 'e', group = "execution_mode")]
|
||||||
evaluate: Option<String>,
|
evaluate: Option<String>,
|
||||||
/// show log only
|
/// show log only
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue