From e405f8477865d00c90d396d8b5a26553d7779940 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 23 Oct 2025 23:39:53 +0200 Subject: fix(crates/rocie-cli): Handle updates to `buy-barcode` --- crates/rocie-cli/src/cli.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crates/rocie-cli/src/cli.rs') diff --git a/crates/rocie-cli/src/cli.rs b/crates/rocie-cli/src/cli.rs index a84ab0e..a683306 100644 --- a/crates/rocie-cli/src/cli.rs +++ b/crates/rocie-cli/src/cli.rs @@ -109,6 +109,10 @@ pub(crate) enum BarcodeCommand { /// The numeric value of the barcode #[arg(short, long)] id: u32, + + /// How often to buy this barcode + #[arg(short, long, default_value = "1")] + times: u16, }, /// Consume an barcode -- cgit 1.4.1