Next Generation WASM Microkernel Operating System

debug: Fix duplicate `--` in justfile command config (#495)

* rm extra --

* rm -- in build

authored by

bubblepipe and committed by
GitHub
9d933862 32f823ac

+2 -2
+2 -2
justfile
··· 30 30 31 31 # Alias for `cargo xtask qemu` 32 32 run profile args="" *qemu_args="": 33 - {{ _cargo }} xtask run {{ profile }} {{ args }} -- {{ qemu_args }} 33 + {{ _cargo }} xtask run {{ profile }} {{ args }} {{ qemu_args }} 34 34 35 35 # Alias for `cargo xtask build` 36 36 build profile args="" *qemu_args="": 37 - {{ _cargo }} xtask build {{ profile }} {{ args }} -- {{ qemu_args }} 37 + {{ _cargo }} xtask build {{ profile }} {{ args }} {{ qemu_args }} 38 38 39 39 # quick check for development 40 40 check crate="" *cargo_args="":