mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-02 18:46:52 -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)
|
||||
#[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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue