feat: status command (relay+client sync), remove version from banner

This commit is contained in:
Helios Agent 2026-03-03 16:55:11 +01:00
parent d114c813fb
commit 6643a33570
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
2 changed files with 32 additions and 1 deletions

View file

@ -33,7 +33,7 @@ fn trunc(s: &str, max_chars: usize) -> String {
fn banner() {
println!();
println!(" {} HELIOS REMOTE v{} ({})", "".yellow().bold(), env!("CARGO_PKG_VERSION"), env!("GIT_COMMIT"));
println!(" {} HELIOS REMOTE ({})", "".yellow().bold(), env!("GIT_COMMIT"));
#[cfg(windows)]
{
let admin = is_admin();