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