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

11 lines
172 B
Plaintext

module completions {
# Does nothing unsuccessfully
export extern false [
--help(-h) # Print help (see more with '--help')
]
}
use completions *