chore(auth): with introspection
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -14,7 +14,7 @@ pub struct OAuthClientClap {
|
||||
|
||||
#[derive(Clone, clap::Args, Debug, PartialEq, Eq)]
|
||||
pub struct NoopConfig {
|
||||
#[arg(env = "OAUTH_NOOP", long = "oauth-noop", group = "auth", global = true)]
|
||||
#[arg(env = "OAUTH_NOOP", long = "oauth-noop", group = "auth")]
|
||||
pub oauth_noop: Option<bool>,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user