bin/*: extended --version output
Build and test / check (push) Successful in 2m51s
Build and test / build (push) Successful in 2m53s
Build and test / test (push) Successful in 2m55s
Build and test / docs (push) Successful in 7m0s

This commit is contained in:
2026-07-30 20:55:50 +09:00
parent b23beecd21
commit 58f711cbef
14 changed files with 578 additions and 21 deletions
+14 -9
View File
@@ -13,20 +13,25 @@ use tokio_util::sync::CancellationToken;
use tracing::level_filters::LevelFilter;
use tracing_subscriber::layer::SubscriberExt;
use roowho2_lib::server::{
config::{DEFAULT_CONFIG_PATH, LogLevel},
ignore_list::IgnoreList,
rwhod::{
RwhodStatusRegistry, RwhodStatusStore, rwhod_packet_receiver_task, rwhod_packet_sender_task,
use roowho2_lib::{
server::{
config::{DEFAULT_CONFIG_PATH, LogLevel},
ignore_list::IgnoreList,
rwhod::{
RwhodStatusRegistry, RwhodStatusStore, rwhod_packet_receiver_task,
rwhod_packet_sender_task,
},
varlink_api::varlink_client_server_task,
},
varlink_api::varlink_client_server_task,
version,
};
#[derive(Parser)]
#[command(
author = "Programvareverkstedet <projects@pvv.ntnu.no>",
about,
version
author = "Programvareverkstedet <projects@pvv.ntnu.no>",
about,
version,
long_version = version::LONG_VERSION
)]
struct Args {
/// Path to configuration file