added clap, justfile now allows passing args to run recipe
@@ -3,8 +3,8 @@ _default:
# Run the bot
[group('dev')]
run:
cargo run
run *args:
cargo run {{args}}
# Clean up previous builds
[group('build')]
The note is not visible to the blocked user.