mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20: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.
|
/// CLI arguments for configuring proxy behavior.
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
#[command(
|
#[command(about = "Aikido safe-chain proxy", version, author)]
|
||||||
about = "A security-focused HTTP/HTTPS proxy for Safe-chain",
|
|
||||||
version,
|
|
||||||
author
|
|
||||||
)]
|
|
||||||
struct Args {
|
struct Args {
|
||||||
/// TCP port binding. Use 0 for OS-assigned port (recommended for avoiding conflicts).
|
/// TCP port binding. Use 0 for OS-assigned port (recommended for avoiding conflicts).
|
||||||
#[arg(short, long, default_value_t = 0)]
|
#[arg(short, long, default_value_t = 0)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue