12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
|
module completions {
|
||
|
|
||
|
# print the numeric identifier for the current host
|
||
|
export extern hostid [
|
||
|
--help(-h) # Print help
|
||
|
--version(-V) # Print version
|
||
|
]
|
||
|
|
||
|
}
|
||
|
|
||
|
use completions *
|