diff --git a/Justfile b/Justfile index 28fb6c2..2022880 100644 --- a/Justfile +++ b/Justfile @@ -4,12 +4,8 @@ default: @echo "# Miniweb Project" @just --list -# Run Service -run: - @cargo run --bin miniweb - # Run Bins -bin args='': +run args='miniweb': @cargo run --bin {{args}} status: