mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 10:08:33 +02:00
chore(just): add wpm target
This commit is contained in:
5
justfile
5
justfile
@@ -39,11 +39,14 @@ copy-target target:
|
|||||||
copy-targets *targets:
|
copy-targets *targets:
|
||||||
"{{ targets }}" -split ' ' | ForEach-Object { just copy-target $_ }
|
"{{ targets }}" -split ' ' | ForEach-Object { just copy-target $_ }
|
||||||
|
|
||||||
|
wpm target:
|
||||||
|
just build-target {{ target }} && wpmctl stop {{ target }}; just copy-target {{ target }} && wpmctl start {{ target }}
|
||||||
|
|
||||||
copy:
|
copy:
|
||||||
just copy-targets komorebic komorebic-no-console komorebi komorebi-bar komorebi-gui
|
just copy-targets komorebic komorebic-no-console komorebi komorebi-bar komorebi-gui
|
||||||
|
|
||||||
run target:
|
run target:
|
||||||
cargo +stable run --bin {{ target }} --locked --profile dev-jeezy
|
cargo +stable run --bin {{ target }} --locked
|
||||||
|
|
||||||
warn target $RUST_LOG="warn":
|
warn target $RUST_LOG="warn":
|
||||||
just run {{ target }}
|
just run {{ target }}
|
||||||
|
|||||||
Reference in New Issue
Block a user