mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Slightly improve new which command (#1145)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user