chore(auth): with introspection

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-20 00:23:27 +02:00
parent 0893f285a3
commit 5837ee0288
9 changed files with 882 additions and 636 deletions

View File

@@ -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>,
}