mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 13:10:42 +00:00
chore: fix formatting
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
This commit is contained in:
parent
fa0ebb2706
commit
5189a18008
1 changed files with 5 additions and 1 deletions
|
|
@ -10,7 +10,11 @@ use miette::{IntoDiagnostic, Result};
|
|||
use tracing_subscriber::{fmt, EnvFilter};
|
||||
|
||||
#[derive(Parser, Debug)]
|
||||
#[command(name = "barycenter", version, about = "OpenID Connect Identity Provider")]
|
||||
#[command(
|
||||
name = "barycenter",
|
||||
version,
|
||||
about = "OpenID Connect Identity Provider"
|
||||
)]
|
||||
struct Cli {
|
||||
/// Path to configuration file
|
||||
#[arg(short, long, default_value = "config.toml")]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue