refactor: unused import, removed bin command for adaptive run

This commit is contained in:
2024-01-25 21:56:18 +01:00
parent 239875afaf
commit 7923d0a957
2 changed files with 1 additions and 5 deletions

View File

@@ -1,10 +1,7 @@
default:
@just hello
run:
@cargo run main
bin args='':
run args='soundboard':
@cargo run --bin {{args}}
hello: