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