From 50e40522e91b2c3315ade3b14d3227b1fce32072 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 7 Sep 2024 01:33:57 +0800 Subject: [PATCH] feat: udpate justfile --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index d3ec81d..810c03d 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,10 @@ _: @just --list +# install card-cli +install: + cargo install --path . + # run --help help: cargo r -- --help