feat: add version command

This commit is contained in:
Kieran Klukas
2026-03-04 14:41:23 -05:00
parent 9a3afab14d
commit ec238f3f77

View File

@@ -32,6 +32,7 @@ const UUID_LEN: usize = 16;
#[derive(Parser)]
#[command(
name = "ectf-tools",
version,
about = "eCTF host tools — Rust reimplementation",
long_about = "Drop-in replacement for MITRE's ectf CLI.\n\
Reliable serial I/O using raw termios instead of pyserial.",