shitbox/pkg/usr/share/nu/completions/which.nu

13 lines
241 B
Plaintext
Raw Normal View History

2023-02-13 10:30:46 -05:00
module completions {
# Write the full path of COMMAND(s) to standard output
export extern which [
...COMMAND: string
--help(-h) # Print help
--version(-V) # Print version
]
}
use completions *