We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20817b0 commit 3a208b5Copy full SHA for 3a208b5
justfile
@@ -39,11 +39,14 @@ copy-target target:
39
copy-targets *targets:
40
"{{ targets }}" -split ' ' | ForEach-Object { just copy-target $_ }
41
42
+wpm target:
43
+ just build-target {{ target }} && wpmctl stop {{ target }}; just copy-target {{ target }} && wpmctl start {{ target }}
44
+
45
copy:
46
just copy-targets komorebic komorebic-no-console komorebi komorebi-bar komorebi-gui
47
48
run target:
- cargo +stable run --bin {{ target }} --locked --profile dev-jeezy
49
+ cargo +stable run --bin {{ target }} --locked
50
51
warn target $RUST_LOG="warn":
52
just run {{ target }}
0 commit comments