justrs
Dependencies
cargo install just && cargo install ripgrep
Install
$ git clone https://github.com/YoungHaKim7/justrs
$ cd justrs
$ cargo install --path .
$ cargo install justrs
$ cargo install --git https://github.com/YoungHaKim7/justrs.git
just list
Available recipes:
a SEARCH asm METHOD c clean doc eos es ex fi gi hir llvm mir n r rr rupdate rustupdate t tex tn tnp toolremove TOOLCHAINS tp w ws xv STR xx
justfile공부하기 좋다
cargo-audit(보안 업데이트)
$ cargo install cargo-audit --locked
AI fix
- All tests pass. The fix was to use
.current_dir(temp_dir.path()) on the Command instead of changing the process's current directory with
env::set_current_dir(). This ensures cargo run executes in the temp directory and creates the justfile in the correct location.