about summary refs log tree commit diff stats
path: root/crates/rocie-cli/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-cli/src/main.rs')
-rw-r--r--crates/rocie-cli/src/main.rs1
1 files changed, 1 insertions, 0 deletions
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(())