You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
Then use it to find the instances of an executable command:
$ java -jar which-cli.jar --help
Usage: which [-ahsV] <command>
Find the instances of an executable in the system path.
<command> The name of the executable to find.
-a, --all List all executable instances found (instead of just the
first one).
-h, --help Show this help message and exit.
-s, --silent Silence the output, just return the exit code (0 if any
executable is found, otherwise 1).
-V, --version Print version information and exit.