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

12 lines
174 B
Plaintext

module completions {
# output a string repeatedly until killed
export extern yes [
msg?: string
--help(-h) # Print help
]
}
use completions *