From d45cc8fab35501b6c16f68cac084d861539a3f83 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 8 Oct 2025 12:01:47 +0200 Subject: feat(crates/rocie-cli): Add support for unit-properties --- crates/rocie-cli/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/rocie-cli/src/main.rs') diff --git a/crates/rocie-cli/src/main.rs b/crates/rocie-cli/src/main.rs index e3188c8..26e0f62 100644 --- a/crates/rocie-cli/src/main.rs +++ b/crates/rocie-cli/src/main.rs @@ -18,6 +18,7 @@ async fn main() -> Result<()> { Command::Product { command } => handle::product(&config, command).await?, Command::Unit { command } => handle::unit(&config, command).await?, Command::Barcode { command } => handle::barcode(&config, command).await?, + Command::UnitProperty { command } => handle::unit_property(&config, command).await?, } Ok(()) -- cgit 1.4.1