mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
server: fix command line version stuck at 0.1
This commit is contained in:
committed by
nitnelave
parent
ef0a0ffced
commit
110b7c7d5b
@@ -3,7 +3,7 @@ use lettre::message::Mailbox;
|
||||
|
||||
/// lldap is a lightweight LDAP server
|
||||
#[derive(Debug, Clap, Clone)]
|
||||
#[clap(version = "0.1", author = "The LLDAP team")]
|
||||
#[clap(version, author)]
|
||||
pub struct CLIOpts {
|
||||
/// Export
|
||||
#[clap(subcommand)]
|
||||
|
||||
Reference in New Issue
Block a user