refactor(Justfile): simplified bin and run into run

This commit is contained in:
Gabor Körber 2023-12-29 11:53:34 +01:00
parent d167b2eb03
commit ac5774a698

View File

@ -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: