mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Set about message for --help
This commit is contained in:
parent
17967bbb82
commit
85afa0d7db
1 changed files with 1 additions and 5 deletions
|
|
@ -9,11 +9,7 @@ use server::proxy::run_server;
|
|||
|
||||
/// CLI arguments for configuring proxy behavior.
|
||||
#[derive(Parser)]
|
||||
#[command(
|
||||
about = "A security-focused HTTP/HTTPS proxy for Safe-chain",
|
||||
version,
|
||||
author
|
||||
)]
|
||||
#[command(about = "Aikido safe-chain proxy", version, author)]
|
||||
struct Args {
|
||||
/// TCP port binding. Use 0 for OS-assigned port (recommended for avoiding conflicts).
|
||||
#[arg(short, long, default_value_t = 0)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue