Slightly improve new which command (#1145)

This commit is contained in:
Jonathan Turner
2020-01-01 20:47:25 +13:00
committed by GitHub
parent b304de8199
commit 78016446dc
2 changed files with 20 additions and 20 deletions

View File

@ -3,11 +3,14 @@
Finds a program file.
Usage:
> which ...args{flags}
> which <application> {flags}
## Parameters
- ...args: the names of the commands to find the path to
- application: the name of the command to find the path to
## Flags
- --all: list all executables
## Examples