Skip to content

Commit

Permalink
chore(cli): remove irrelevant ipv6 flag
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Aug 18, 2023
1 parent 39da3e7 commit e158789
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ struct Args {
hide = true
)]
allow_file_load: bool,
/// Enables IPV6 addressing for wasmCloud hosts
#[clap(long = "enable-ipv6", env = "WASMCLOUD_ENABLE_IPV6", hide = true)]
enable_ipv6: bool,
/// Enable JSON structured logging from the wasmCloud host
#[clap(
long = "enable-structured-logging",
Expand Down

0 comments on commit e158789

Please sign in to comment.