mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-07-08 07:44:08 +00:00
Bump version. linting. improved logging.
This commit is contained in:
@ -3,7 +3,7 @@ mod server;
|
||||
|
||||
use clap::Parser;
|
||||
use env_logger;
|
||||
use log::{info, error};
|
||||
use log::{error, info};
|
||||
|
||||
/// This application manages SSH keys and flows, either as a server or client.
|
||||
/// In server mode, it stores keys and flows in a PostgreSQL database.
|
||||
@ -114,7 +114,6 @@ async fn main() -> std::io::Result<()> {
|
||||
|
||||
let args = Args::parse();
|
||||
|
||||
|
||||
if args.server {
|
||||
info!("Running in server mode");
|
||||
if let Err(e) = server::run_server(args).await {
|
||||
|
Reference in New Issue
Block a user