Skip to content

Commit e068ad7

Browse files
author
app4dog-ci
committed
Fix justfile posture-cli recipe
1 parent 0f9e1ec commit e068ad7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Interactive pet training game built with Quasar/Capacitor and Rust/Bevy WASM
33

44
alias wasm-build := build-wasm
5-
alias posture-cli := node tests/posture-harness/cli.mjs
5+
posture-cli *args:
6+
@node tests/posture-harness/cli.mjs {{args}}
67

78
# Default recipe - show available commands
89
default:

0 commit comments

Comments
 (0)