12 lines
191 B
Plaintext
12 lines
191 B
Plaintext
|
module completions {
|
||
|
|
||
|
# print user's login name
|
||
|
export extern logname [
|
||
|
--help(-h) # Print help
|
||
|
--version(-V) # Print version
|
||
|
]
|
||
|
|
||
|
}
|
||
|
|
||
|
use completions *
|