Skip to content

Commit

Permalink
Hide (currently) unused cli option (#2654)
Browse files Browse the repository at this point in the history
The entitlement option is unused for now.

Co-authored-by: bryn <[email protected]>
  • Loading branch information
BrynCooke and bryn authored Feb 21, 2023
1 parent 4f61bbf commit bad595a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apollo-router/src/executable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,11 @@ pub(crate) struct Opt {
apollo_router_entitlement: Option<String>,

/// Entitlement location relative to the current directory.
#[clap(long = "entitlement", env = "APOLLO_ROUTER_ENTITLEMENT_PATH")]
#[clap(
long = "entitlement",
env = "APOLLO_ROUTER_ENTITLEMENT_PATH",
hide(true)
)]
apollo_router_entitlement_path: Option<PathBuf>,

/// The endpoints (comma separated) polled to fetch the latest supergraph schema.
Expand Down

0 comments on commit bad595a

Please sign in to comment.