12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
|
module completions {
|
||
|
|
||
|
# clear the terminal's screen
|
||
|
export extern clear [
|
||
|
--help(-h) # Print help
|
||
|
--version(-V) # Print version
|
||
|
]
|
||
|
|
||
|
}
|
||
|
|
||
|
use completions *
|