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