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

13 lines
241 B
Plaintext

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 *