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

12 lines
174 B
Plaintext
Raw Normal View History

2023-02-13 10:30:46 -05:00
module completions {
# output a string repeatedly until killed
export extern yes [
msg?: string
--help(-h) # Print help
]
}
use completions *