From 7b7faf70dbdd83020b4bf6f9c3242a994c97665a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 29 Jul 2025 21:55:31 +0200 Subject: Add exercises to the practice command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The '-e/--exercises' has also been introduced to instruct the 'practice' command to only go for exercises, and the '-k/--kind' flag allows the user to further filter which kind of exercise to practice. Signed-off-by: Miquel Sabaté Solà --- crates/cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/cli/Cargo.toml') diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index ab5a406..cd2a8c9 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -13,3 +13,4 @@ mihi.workspace = true inquire = { version = "0.7.5", features = ["editor"] } serde = { version = "1", features = ["derive"] } serde_json = "1" +tempfile = "3.20" -- cgit v1.2.3