This commit is contained in:
Andras Schmelczer 2025-03-25 21:30:49 +00:00
parent cb96c294a2
commit 949738999c
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -2,7 +2,7 @@ use std::ffi::OsString;
use clap::{Parser, ValueEnum};
/// Server for backing the VaultLink plugin
/// Server for backing the `VaultLink` plugin
#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
pub struct Args {