rwhich

Crates.iorwhich
lib.rsrwhich
version0.1.1
sourcesrc
created_at2024-11-11 16:55:45.280725
updated_at2024-11-11 17:07:33.144307
descriptionlike linux which, can find where the exec command is
homepagehttps://github.com/marc47marc47/rwhich
repository
max_upload_size
id1443957
size17,305
Slurpin (marc47marc47)

documentation

README

linux like which

can compile in windows, linux and macos usage like linux which command

  rwhich ls
  rwhich openssl
  rwhich openssl.exe
  rwhich code.exe

Usage: which-rs [options] command...

   rwhich ls
   rwhich openssl
   rwhich opewnssl.exe
   rwhich code.exe

Options:

-h, --help Display this help message

Commit count: 0

cargo fmt