diff options
| author | rtkay123 <dev@kanjala.com> | 2026-02-02 13:05:49 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-02-02 13:05:49 +0200 |
| commit | e06094f23ca861ea5ae4864d11fa8ce8b7d7aa2c (patch) | |
| tree | 27bbff5fd21711f99aaf579a76b1a0aca7869003 /src/config/cli.rs | |
| parent | 78f61ccdf66572d7432b5b627994038479103653 (diff) | |
| download | sellershut-e06094f23ca861ea5ae4864d11fa8ce8b7d7aa2c.tar.bz2 sellershut-e06094f23ca861ea5ae4864d11fa8ce8b7d7aa2c.zip | |
feat: oauth route
Diffstat (limited to 'src/config/cli.rs')
| -rw-r--r-- | src/config/cli.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/cli.rs b/src/config/cli.rs index 5254135..7bc6312 100644 --- a/src/config/cli.rs +++ b/src/config/cli.rs @@ -47,6 +47,7 @@ pub struct Cli { /// Oauth optionas #[command(flatten)] + #[cfg(feature = "oauth")] pub oauth: Option<OAuth>, } |
