Add --version flags and more to all binaries
This commit is contained in:
@@ -18,6 +18,11 @@ use tokio::{net::UdpSocket, sync::RwLock};
|
||||
use tracing_subscriber::{EnvFilter, fmt, layer::SubscriberExt, util::SubscriberInitExt};
|
||||
|
||||
#[derive(Parser)]
|
||||
#[command(
|
||||
author = "Programvareverkstedet <projects@pvv.ntnu.no>",
|
||||
about,
|
||||
version
|
||||
)]
|
||||
struct Args {
|
||||
/// Path to configuration file
|
||||
#[arg(
|
||||
|
||||
Reference in New Issue
Block a user