Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WhichOptions ¶
WhichOptions configures the which command behavior
type WhichResult ¶
type WhichResult struct {
Command string `json:"command"`
Paths []string `json:"paths"`
Found bool `json:"found"`
}
WhichResult represents which output for JSON
Click to show internal directories.
Click to hide internal directories.